Package com.jme3.network.kernel


package com.jme3.network.kernel
  • Class
    Description
    Base implementation of the Kernel interface providing several useful default implementations of some methods.
    A single channel remote connection allowing the sending and receiving of data.
    Represents a client-side connection error, usually encapsulating an IOException as its cause.
    An abstract endpoint in a Kernel that can be used for sending/receiving messages within the kernel space.
    Provides information about an added or removed connection.
     
    Encapsulates a received piece of data.
    Defines the basic byte[] passing messaging kernel.
    Represents a kernel-level error, usually encapsulating an IOException as its cause.
    A simple factory that delegates to java.util.concurrent's default thread factory but adds a prefix to the beginning of the thread name.