Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.jme3.network Classes and Interfaces - 83 results found.
NameDescriptionTypePackageFramework
AbstractKernelBase implementation of the Kernel interface providing several useful default implementations of some methods.Classcom.jme3.network.kernelJMonkeyEngine
AbstractMessageInterface implemented by all network messages.Classcom.jme3.networkJMonkeyEngine
ArraySerializerFields inherited from class com.Classcom.jme3.network.serializing.serializersJMonkeyEngine
BooleanSerializerFields inherited from class com.Classcom.jme3.network.serializing.serializersJMonkeyEngine
ByteSerializerFields inherited from class com.Classcom.jme3.network.serializing.serializersJMonkeyEngine
ChannelInfoMessageContains information about any extra server channels (if they exist).Classcom.jme3.network.messageJMonkeyEngine
CharSerializerFields inherited from class com.Classcom.jme3.network.serializing.serializersJMonkeyEngine
ClientRepresents a remote connection to a server that can be used for sending and receiving messages.Interfacecom.jme3.networkJMonkeyEngine
ClientRegistrationMessageClient registration is a message that contains a unique ID.Classcom.jme3.network.messageJMonkeyEngine
ClientRegistrationMessage .ClientRegistrationSerializerA message-specific serializer to avoid compatibility issues between versions.Classcom.jme3.network.messageJMonkeyEngine
ClientStateListenerInterfacecom.jme3.networkJMonkeyEngine
ClientStateListener .DisconnectInfoProvided with the clientDisconnected() notification to include additional information about the disconnect.Classcom.jme3.networkJMonkeyEngine
CollectionSerializerSerializes collections.Classcom.jme3.network.serializing.serializersJMonkeyEngine
CompressedMessageCompressedMessage is a base class for all messages thatConstructor SummaryCompressedMessage()Classcom.jme3.network.messageJMonkeyEngine
ConnectionListenerListener that is notified about connection arrivals and removals within a server.Interfacecom.jme3.networkJMonkeyEngine
ConnectorA single channel remote connection allowing the sending and receiving of data.Interfacecom.jme3.network.kernelJMonkeyEngine
ConnectorAdapterWraps a single Connector and forwards new messages to the supplied message dispatcher.Classcom.jme3.network.baseJMonkeyEngine
ConnectorExceptionRepresents a client-side connection error, usually encapsulating an IOException as its cause.Classcom.jme3.network.kernelJMonkeyEngine
ConnectorFactoryCreates Connectors for a specific host.Interfacecom.jme3.network.baseJMonkeyEngine
DateSerializerFields inherited from class com.Classcom.jme3.network.serializing.serializersJMonkeyEngine
DefaultClientA default implementation of the Client interface that delegates its network connectivity to a kernel.Classcom.jme3.network.baseJMonkeyEngine
DefaultServerA default implementation of the Server interface that delegates its network connectivity to kernel.Classcom.jme3.network.baseJMonkeyEngine
DisconnectMessageRepresents a disconnect message.Classcom.jme3.network.messageJMonkeyEngine
DisconnectMessage .DisconnectSerializerA message-specific serializer to avoid compatibility issues between versions.Classcom.jme3.network.messageJMonkeyEngine
DoubleSerializerFields inherited from class com.Classcom.jme3.network.serializing.serializersJMonkeyEngine
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
EnumSerializerFields inherited from class com.Classcom.jme3.network.serializing.serializersJMonkeyEngine
EnvelopeEncapsulates a received piece of data.Classcom.jme3.network.kernelJMonkeyEngine
ErrorListenerNotified when errors happen on a connection.Interfacecom.jme3.networkJMonkeyEngine
FieldSerializerThe field serializer is the default serializer used for custom class.Classcom.jme3.network.serializing.serializersJMonkeyEngine
FilterDetermines a true or false value for a given input.Interfacecom.jme3.networkJMonkeyEngine
FiltersStatic utility methods pertaining to Filter instances.Classcom.jme3.networkJMonkeyEngine
FloatSerializerFields inherited from class com.Classcom.jme3.network.serializing.serializersJMonkeyEngine
GZIPCompressedMessageGZIPCompressedMessage is the class that you need to use should you want to compress a message using Gzip.Classcom.jme3.network.messageJMonkeyEngine
GZIPSerializerSerializes GZIP messages.Classcom.jme3.network.serializing.serializersJMonkeyEngine
HostedConnectionThis is the connection back to a client that is being hosted in a server instance.Interfacecom.jme3.networkJMonkeyEngine
IntSerializerThe Integer serializer serializes.Classcom.jme3.network.serializing.serializersJMonkeyEngine
KernelInterfacecom.jme3.network.kernelJMonkeyEngine
KernelAdapterWraps a single Kernel and forwards new messages to the supplied message dispatcher and new endpointClasscom.jme3.network.baseJMonkeyEngine
KernelExceptionRepresents a kernel-level error, usually encapsulating an IOException as its cause.Classcom.jme3.network.kernelJMonkeyEngine
KernelFactorySupplied to the DefaultServer to create any additional channel kernels that might be required.Interfacecom.jme3.network.baseJMonkeyEngine
LocalObjectDescribes a RMI interface on the local machine.Classcom.jme3.network.rmiJMonkeyEngine
LongSerializerThe Long serializer.Classcom.jme3.network.serializing.serializersJMonkeyEngine
MapSerializerFields inherited from class com.Classcom.jme3.network.serializing.serializersJMonkeyEngine
MessageInterface implemented by all network messages.Interfacecom.jme3.networkJMonkeyEngine
MessageConnectionThe source of a received message and the common abstract interface of client->server and server->client objects.Interfacecom.jme3.networkJMonkeyEngine
MessageListenerListener notified about new messages.Interfacecom.jme3.networkJMonkeyEngine
MessageListenerRegistryKeeps track of message listeners registered to specific types or to any type.Classcom.jme3.network.baseJMonkeyEngine
MessageProtocolConsolidates the conversion of messages to/from byte buffers and provides a rolling message buffer.Classcom.jme3.network.baseJMonkeyEngine
MethodDefMethod definition is used to map methods on an RMI interface to an implementation on a remote machine.Classcom.jme3.network.rmiJMonkeyEngine
NamedThreadFactoryA simple factory that delegates to java.Classcom.jme3.network.kernelJMonkeyEngine
NetworkThe main service provider for conveniently creating server and client instances.Classcom.jme3.networkJMonkeyEngine
Network .NetworkClientImplNested Class SummaryNested classes/interfaces inherited from class com.Classcom.jme3.networkJMonkeyEngine
NetworkClientA Client whose network connection information can be provided post-creation.Interfacecom.jme3.networkJMonkeyEngine
NioEndpointEndpoint implementation that encapsulates the channel IO based connection information and keepsClasscom.jme3.network.kernel.tcpJMonkeyEngine
NioKernelFactoryKernelFactory implemention for creating TCP kernels using the NIO selector model.Classcom.jme3.network.baseJMonkeyEngine
ObjectDefClasscom.jme3.network.rmiJMonkeyEngine
ObjectStoreClasscom.jme3.network.rmiJMonkeyEngine
RemoteMethodCallMessageSent to a remote client to make a remote method invocation.Classcom.jme3.network.rmiJMonkeyEngine
RemoteMethodReturnMessageContains the return value for a remote method invocation, sent as a response to a RemoteMethodCallMessage with a non-zero invocationID.Classcom.jme3.network.rmiJMonkeyEngine
RemoteObjectContains various meta-data about an RMI interface.Classcom.jme3.network.rmiJMonkeyEngine
RemoteObjectDefMessageSent to expose RMI interfaces on the local client to other clients.Classcom.jme3.network.rmiJMonkeyEngine
RmiSerializerRmiSerializer is responsible for serializing RMI messages like define object, call, and return.Classcom.jme3.network.rmiJMonkeyEngine
SavableSerializerFields inherited from class com.Classcom.jme3.network.serializing.serializersJMonkeyEngine
SelectorKernelA Kernel implementation based on NIO selectors.Classcom.jme3.network.kernel.tcpJMonkeyEngine
SerializableUse this annotation when a class is going to be transferredOptional Element SummaryClasscom.jme3.network.serializingJMonkeyEngine
SerializableSerializerSerializes uses Java built-in method.Classcom.jme3.network.serializing.serializersJMonkeyEngine
SerializerThe main serializer class, which will serialize objects such that they can be sent across the network.Classcom.jme3.network.serializingJMonkeyEngine
SerializerExceptionA general exception from the serialization routines.Classcom.jme3.network.serializingJMonkeyEngine
SerializerRegistrationA SerializerRegistration represents a connection between a class, and its serializer.Classcom.jme3.network.serializingJMonkeyEngine
ServerRepresents a host that can send and receive messages to a set of remote client connections.Interfacecom.jme3.networkJMonkeyEngine
ShortSerializerFields inherited from class com.Classcom.jme3.network.serializing.serializersJMonkeyEngine
SocketConnectorA straight forward socket-based connector implementation that does not use any separate threading.Classcom.jme3.network.kernel.tcpJMonkeyEngine
StringSerializerFields inherited from class com.Classcom.jme3.network.serializing.serializersJMonkeyEngine
TcpConnectorFactoryCreates TCP connectors to a specific remote address.Classcom.jme3.network.baseJMonkeyEngine
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
Vector3SerializerFields inherited from class com.Classcom.jme3.network.serializing.serializersJMonkeyEngine
ZIPCompressedMessageCompress a message using this ZIPCompressedMessage classConstructor SummaryZIPCompressedMessage()Classcom.jme3.network.messageJMonkeyEngine
ZIPSerializerSerializes ZIP messages.Classcom.jme3.network.serializing.serializersJMonkeyEngine