Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.jme3.network.kernel Classes and Interfaces - 16 results found.
NameDescriptionTypePackageFramework
AbstractKernelBase implementation of the Kernel interface providing several useful default implementations of some methods.Classcom.jme3.network.kernelJMonkeyEngine
ConnectorA single channel remote connection allowing the sending and receiving of data.Interfacecom.jme3.network.kernelJMonkeyEngine
ConnectorExceptionRepresents a client-side connection error, usually encapsulating an IOException as its cause.Classcom.jme3.network.kernelJMonkeyEngine
EndpointAn abstract endpoint in a Kernel that can be used for sending/receiving messages within the kernel space.Interfacecom.jme3.network.kernelJMonkeyEngine
EndpointEventProvides information about an added or removed connection.Classcom.jme3.network.kernelJMonkeyEngine
EndpointEvent .TypeClasscom.jme3.network.kernelJMonkeyEngine
EnvelopeEncapsulates a received piece of data.Classcom.jme3.network.kernelJMonkeyEngine
KernelInterfacecom.jme3.network.kernelJMonkeyEngine
KernelExceptionRepresents a kernel-level error, usually encapsulating an IOException as its cause.Classcom.jme3.network.kernelJMonkeyEngine
NamedThreadFactoryA simple factory that delegates to java.Classcom.jme3.network.kernelJMonkeyEngine
NioEndpointEndpoint implementation that encapsulates the channel IO based connection information and keepsClasscom.jme3.network.kernel.tcpJMonkeyEngine
SelectorKernelA Kernel implementation based on NIO selectors.Classcom.jme3.network.kernel.tcpJMonkeyEngine
SocketConnectorA straight forward socket-based connector implementation that does not use any separate threading.Classcom.jme3.network.kernel.tcpJMonkeyEngine
UdpConnectorA straight forward datagram socket-based UDP connector Constructor SummaryUdpConnector(java.Classcom.jme3.network.kernel.udpJMonkeyEngine
UdpEndpointEndpoint implementation that encapsulates the UDP connection information for return messaging,Classcom.jme3.network.kernel.udpJMonkeyEngine
UdpKernelA Kernel implementation using UDP packets.Classcom.jme3.network.kernel.udpJMonkeyEngine