Class ComClientChannelDynamic<C>
java.lang.Object
org.eclipse.serializer.communication.binarydynamic.ComChannelDynamic<C>
org.eclipse.serializer.communication.binarydynamic.ComClientChannelDynamic<C>
- All Implemented Interfaces:
Closeable,AutoCloseable,ComChannel,ComClientChannel<C>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.serializer.communication.types.ComChannel
ComChannel.DefaultNested classes/interfaces inherited from interface org.eclipse.serializer.communication.types.ComClientChannel
ComClientChannel.Default<C extends Object> -
Field Summary
FieldsFields inherited from class org.eclipse.serializer.communication.binarydynamic.ComChannelDynamic
connection, handlers, persistenceManager, protocol -
Constructor Summary
ConstructorsConstructorDescriptionComClientChannelDynamic(org.eclipse.serializer.persistence.types.PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComClient<C> parent, org.eclipse.serializer.persistence.types.PersistenceTypeHandlerManager<Binary> typeHandlerManager, ComTypeDefinitionBuilder typeDefintionBuilder, org.eclipse.serializer.persistence.types.PersistenceTypeHandlerEnsurer<Binary> typeHandlerEnsurer) -
Method Summary
Methods inherited from class org.eclipse.serializer.communication.binarydynamic.ComChannelDynamic
close, receive, requestUnhandled, sendMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.serializer.communication.types.ComChannel
close, receive, request, send
-
Field Details
-
parent
-
-
Constructor Details
-
ComClientChannelDynamic
public ComClientChannelDynamic(org.eclipse.serializer.persistence.types.PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComClient<C> parent, org.eclipse.serializer.persistence.types.PersistenceTypeHandlerManager<Binary> typeHandlerManager, ComTypeDefinitionBuilder typeDefintionBuilder, org.eclipse.serializer.persistence.types.PersistenceTypeHandlerEnsurer<Binary> typeHandlerEnsurer)
-
-
Method Details
-
parent
- Specified by:
parentin interfaceComClientChannel<C>
-
connection
- Specified by:
connectionin interfaceComClientChannel<C>
-
protocol
- Specified by:
protocolin interfaceComClientChannel<C>
-