public class VmPipeConnector extends BaseIoConnector
IoHandlers which is bound on the specified
VmPipeAddress.| 构造器和说明 |
|---|
VmPipeConnector()
Creates a new instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ConnectFuture |
connect(java.net.SocketAddress address,
IoHandler handler,
IoServiceConfig config)
Connects to the specified
address. |
ConnectFuture |
connect(java.net.SocketAddress address,
java.net.SocketAddress localAddress,
IoHandler handler,
IoServiceConfig config)
Connects to the specified
address. |
IoServiceConfig |
getDefaultConfig()
Returns the default configuration which is used when you didn't specify
any configuration.
|
connect, connectaddListener, getFilterChain, getFilterChainBuilder, getListeners, getManagedServiceAddresses, getManagedSessions, isManaged, removeListener, setFilterChainBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListener, getFilterChain, getFilterChainBuilder, getManagedServiceAddresses, getManagedSessions, isManaged, removeListener, setFilterChainBuilderpublic ConnectFuture connect(java.net.SocketAddress address, IoHandler handler, IoServiceConfig config)
IoConnectoraddress. If communication starts
successfully, events are fired to the specified
handler.config - the configurationConnectFuture that will tell the result of the connection attemptpublic ConnectFuture connect(java.net.SocketAddress address, java.net.SocketAddress localAddress, IoHandler handler, IoServiceConfig config)
IoConnectoraddress. If communication starts
successfully, events are fired to the specified
handler.config - the configurationConnectFuture that will tell the result of the connection attemptpublic IoServiceConfig getDefaultConfig()
IoService