Package com.jme3.network.base


package com.jme3.network.base
  • Class
    Description
    Wraps a single Connector and forwards new messages to the supplied message dispatcher.
    Creates Connectors for a specific host.
    A default implementation of the Client interface that delegates its network connectivity to a kernel.Connector.
    A default implementation of the Server interface that delegates its network connectivity to kernel.Kernel.
    Wraps a single Kernel and forwards new messages to the supplied message dispatcher and new endpoint events to the connection dispatcher.
    Supplied to the DefaultServer to create any additional channel kernels that might be required.
    Accumulates network data into Message objects.
    Keeps track of message listeners registered to specific types or to any type.
    Consolidates the conversion of messages to/from byte buffers and provides a rolling message buffer.
    KernelFactory implementation for creating TCP kernels using the NIO selector model.
    Creates TCP connectors to a specific remote address.