java.lang.Object
org.eclipse.serializer.communication.binarydynamic.ComChannelDynamic<C>
All Implemented Interfaces:
Closeable, AutoCloseable, ComChannel
Direct Known Subclasses:
ComClientChannelDynamic, ComHostChannelDynamic

public abstract class ComChannelDynamic<C> extends Object implements ComChannel
  • Field Details

    • persistenceManager

      protected final org.eclipse.serializer.persistence.types.PersistenceManager<?> persistenceManager
    • connection

      protected final C connection
    • protocol

      protected final ComProtocol protocol
    • handlers

      protected final ComHandlerRegistry handlers
  • Constructor Details

    • ComChannelDynamic

      public ComChannelDynamic(org.eclipse.serializer.persistence.types.PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol)
  • Method Details