public interface TransportMetadata
IoService.| Modifier and Type | Method and Description |
|---|---|
Class<? extends SocketAddress> |
getAddressType() |
Set<Class<? extends Object>> |
getEnvelopeTypes() |
String |
getName() |
String |
getProviderName() |
Class<? extends IoSessionConfig> |
getSessionConfigType() |
boolean |
hasFragmentation() |
boolean |
isConnectionless() |
String getProviderName()
String getName()
boolean isConnectionless()
true if the session of this transport type is
connectionless.boolean hasFragmentation()
true if the messages exchanged by the service can be
fragmented
or reassembled by its underlying transport.Class<? extends SocketAddress> getAddressType()
Set<Class<? extends Object>> getEnvelopeTypes()
IoSession that is managed by the service.Class<? extends IoSessionConfig> getSessionConfigType()
IoSessionConfig of the serviceCopyright © 2004–2024 Apache MINA Project. All rights reserved.