Class ComBinaryDynamic

java.lang.Object
org.eclipse.serializer.communication.binarydynamic.ComBinaryDynamic

public class ComBinaryDynamic extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static final org.eclipse.serializer.communication.types.ComClient<org.eclipse.serializer.communication.types.ComConnection>
    /
    static final org.eclipse.serializer.communication.types.ComClient<org.eclipse.serializer.communication.types.ComConnection>
    Client(int localHostPort)
     
    static final org.eclipse.serializer.communication.types.ComClient<org.eclipse.serializer.communication.types.ComConnection>
    Client(int localHostPort, org.eclipse.serializer.communication.types.ComPersistenceAdaptorCreator<org.eclipse.serializer.communication.types.ComConnection> persistenceAdaptorCreator)
     
    static final org.eclipse.serializer.communication.types.ComClient<org.eclipse.serializer.communication.types.ComConnection>
    Client(InetSocketAddress targetAddress)
     
    static final org.eclipse.serializer.communication.types.ComClient<org.eclipse.serializer.communication.types.ComConnection>
    Client(InetSocketAddress targetAddress, org.eclipse.serializer.communication.types.ComPersistenceAdaptorCreator<org.eclipse.serializer.communication.types.ComConnection> persistenceAdaptorCreator)
     
    static final org.eclipse.serializer.communication.types.ComClient<org.eclipse.serializer.communication.types.ComConnection>
    Client(org.eclipse.serializer.communication.types.ComPersistenceAdaptorCreator<org.eclipse.serializer.communication.types.ComConnection> persistenceAdaptorCreator)
     
    static final org.eclipse.serializer.communication.types.ComClientChannel<org.eclipse.serializer.communication.types.ComConnection>
     
    static final org.eclipse.serializer.communication.types.ComClientChannel<org.eclipse.serializer.communication.types.ComConnection>
    connect(int localHostPort)
     
    static final org.eclipse.serializer.communication.types.ComClientChannel<org.eclipse.serializer.communication.types.ComConnection>
    connect(InetSocketAddress targetAddress)
     
    static org.eclipse.serializer.communication.types.ComFoundation.Default<?>
     
    static final org.eclipse.serializer.communication.types.ComHost<org.eclipse.serializer.communication.types.ComConnection>
    /
    static final org.eclipse.serializer.communication.types.ComHost<org.eclipse.serializer.communication.types.ComConnection>
    Host(int localHostPort)
     
    static final org.eclipse.serializer.communication.types.ComHost<org.eclipse.serializer.communication.types.ComConnection>
    Host(int localHostPort, org.eclipse.serializer.communication.types.ComHostChannelAcceptor<org.eclipse.serializer.communication.types.ComConnection> channelAcceptor)
     
    static final org.eclipse.serializer.communication.types.ComHost<org.eclipse.serializer.communication.types.ComConnection>
    Host(int localHostPort, org.eclipse.serializer.communication.types.ComPersistenceAdaptorCreator<org.eclipse.serializer.communication.types.ComConnection> persistenceAdaptorCreator, org.eclipse.serializer.communication.types.ComHostChannelAcceptor<org.eclipse.serializer.communication.types.ComConnection> channelAcceptor)
     
    static final org.eclipse.serializer.communication.types.ComHost<org.eclipse.serializer.communication.types.ComConnection>
    Host(InetSocketAddress targetAddress)
     
    static final org.eclipse.serializer.communication.types.ComHost<org.eclipse.serializer.communication.types.ComConnection>
    Host(InetSocketAddress targetAddress, org.eclipse.serializer.communication.types.ComHostChannelAcceptor<org.eclipse.serializer.communication.types.ComConnection> channelAcceptor)
     
    static final org.eclipse.serializer.communication.types.ComHost<org.eclipse.serializer.communication.types.ComConnection>
    Host(InetSocketAddress targetAddress, org.eclipse.serializer.communication.types.ComPersistenceAdaptorCreator<org.eclipse.serializer.communication.types.ComConnection> persistenceAdaptorCreator, org.eclipse.serializer.communication.types.ComHostChannelAcceptor<org.eclipse.serializer.communication.types.ComConnection> channelAcceptor)
     
    static final org.eclipse.serializer.communication.types.ComHost<org.eclipse.serializer.communication.types.ComConnection>
    Host(org.eclipse.serializer.communication.types.ComHostChannelAcceptor<org.eclipse.serializer.communication.types.ComConnection> channelAcceptor)
     
    static final org.eclipse.serializer.communication.types.ComHost<org.eclipse.serializer.communication.types.ComConnection>
    Host(org.eclipse.serializer.communication.types.ComPersistenceAdaptorCreator<org.eclipse.serializer.communication.types.ComConnection> persistenceAdaptorCreator, org.eclipse.serializer.communication.types.ComHostChannelAcceptor<org.eclipse.serializer.communication.types.ComConnection> channelAcceptor)
     
    static final void
     
    static final void
    runHost(int localHostPort)
     
    static final void
    runHost(int localHostPort, org.eclipse.serializer.communication.types.ComHostChannelAcceptor<org.eclipse.serializer.communication.types.ComConnection> channelAcceptor)
     
    static final void
    runHost(InetSocketAddress targetAddress)
     
    static final void
    runHost(InetSocketAddress targetAddress, org.eclipse.serializer.communication.types.ComHostChannelAcceptor<org.eclipse.serializer.communication.types.ComConnection> channelAcceptor)
     
    static final void
    runHost(org.eclipse.serializer.communication.types.ComHostChannelAcceptor<org.eclipse.serializer.communication.types.ComConnection> channelAcceptor)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • Foundation

      public static org.eclipse.serializer.communication.types.ComFoundation.Default<?> Foundation()
    • Host

      public static final org.eclipse.serializer.communication.types.ComHost<org.eclipse.serializer.communication.types.ComConnection> Host()
      /
    • Host

      public static final org.eclipse.serializer.communication.types.ComHost<org.eclipse.serializer.communication.types.ComConnection> Host(int localHostPort)
    • Host

      public static final org.eclipse.serializer.communication.types.ComHost<org.eclipse.serializer.communication.types.ComConnection> Host(InetSocketAddress targetAddress)
    • Host

      public static final org.eclipse.serializer.communication.types.ComHost<org.eclipse.serializer.communication.types.ComConnection> Host(org.eclipse.serializer.communication.types.ComHostChannelAcceptor<org.eclipse.serializer.communication.types.ComConnection> channelAcceptor)
    • Host

      public static final org.eclipse.serializer.communication.types.ComHost<org.eclipse.serializer.communication.types.ComConnection> Host(int localHostPort, org.eclipse.serializer.communication.types.ComHostChannelAcceptor<org.eclipse.serializer.communication.types.ComConnection> channelAcceptor)
    • Host

      public static final org.eclipse.serializer.communication.types.ComHost<org.eclipse.serializer.communication.types.ComConnection> Host(InetSocketAddress targetAddress, org.eclipse.serializer.communication.types.ComHostChannelAcceptor<org.eclipse.serializer.communication.types.ComConnection> channelAcceptor)
    • Host

      public static final org.eclipse.serializer.communication.types.ComHost<org.eclipse.serializer.communication.types.ComConnection> Host(org.eclipse.serializer.communication.types.ComPersistenceAdaptorCreator<org.eclipse.serializer.communication.types.ComConnection> persistenceAdaptorCreator, org.eclipse.serializer.communication.types.ComHostChannelAcceptor<org.eclipse.serializer.communication.types.ComConnection> channelAcceptor)
    • Host

      public static final org.eclipse.serializer.communication.types.ComHost<org.eclipse.serializer.communication.types.ComConnection> Host(InetSocketAddress targetAddress, org.eclipse.serializer.communication.types.ComPersistenceAdaptorCreator<org.eclipse.serializer.communication.types.ComConnection> persistenceAdaptorCreator, org.eclipse.serializer.communication.types.ComHostChannelAcceptor<org.eclipse.serializer.communication.types.ComConnection> channelAcceptor)
    • Host

      public static final org.eclipse.serializer.communication.types.ComHost<org.eclipse.serializer.communication.types.ComConnection> Host(int localHostPort, org.eclipse.serializer.communication.types.ComPersistenceAdaptorCreator<org.eclipse.serializer.communication.types.ComConnection> persistenceAdaptorCreator, org.eclipse.serializer.communication.types.ComHostChannelAcceptor<org.eclipse.serializer.communication.types.ComConnection> channelAcceptor)
    • runHost

      public static final void runHost()
    • runHost

      public static final void runHost(int localHostPort)
    • runHost

      public static final void runHost(InetSocketAddress targetAddress)
    • runHost

      public static final void runHost(org.eclipse.serializer.communication.types.ComHostChannelAcceptor<org.eclipse.serializer.communication.types.ComConnection> channelAcceptor)
    • runHost

      public static final void runHost(int localHostPort, org.eclipse.serializer.communication.types.ComHostChannelAcceptor<org.eclipse.serializer.communication.types.ComConnection> channelAcceptor)
    • runHost

      public static final void runHost(InetSocketAddress targetAddress, org.eclipse.serializer.communication.types.ComHostChannelAcceptor<org.eclipse.serializer.communication.types.ComConnection> channelAcceptor)
    • Client

      public static final org.eclipse.serializer.communication.types.ComClient<org.eclipse.serializer.communication.types.ComConnection> Client()
      /
    • Client

      public static final org.eclipse.serializer.communication.types.ComClient<org.eclipse.serializer.communication.types.ComConnection> Client(int localHostPort)
    • Client

      public static final org.eclipse.serializer.communication.types.ComClient<org.eclipse.serializer.communication.types.ComConnection> Client(InetSocketAddress targetAddress)
    • Client

      public static final org.eclipse.serializer.communication.types.ComClient<org.eclipse.serializer.communication.types.ComConnection> Client(org.eclipse.serializer.communication.types.ComPersistenceAdaptorCreator<org.eclipse.serializer.communication.types.ComConnection> persistenceAdaptorCreator)
    • Client

      public static final org.eclipse.serializer.communication.types.ComClient<org.eclipse.serializer.communication.types.ComConnection> Client(int localHostPort, org.eclipse.serializer.communication.types.ComPersistenceAdaptorCreator<org.eclipse.serializer.communication.types.ComConnection> persistenceAdaptorCreator)
    • Client

      public static final org.eclipse.serializer.communication.types.ComClient<org.eclipse.serializer.communication.types.ComConnection> Client(InetSocketAddress targetAddress, org.eclipse.serializer.communication.types.ComPersistenceAdaptorCreator<org.eclipse.serializer.communication.types.ComConnection> persistenceAdaptorCreator)
    • connect

      public static final org.eclipse.serializer.communication.types.ComClientChannel<org.eclipse.serializer.communication.types.ComConnection> connect()
    • connect

      public static final org.eclipse.serializer.communication.types.ComClientChannel<org.eclipse.serializer.communication.types.ComConnection> connect(int localHostPort)
    • connect

      public static final org.eclipse.serializer.communication.types.ComClientChannel<org.eclipse.serializer.communication.types.ComConnection> connect(InetSocketAddress targetAddress)