org.jboss.remoting3.remote
Class RemoteProtocol
java.lang.Object
org.jboss.remoting3.remote.RemoteProtocol
public final class RemoteProtocol
- extends Object
The "remote" protocol. Use this class to create an instance of the connection provider for the "remote" protocol.
|
Field Summary |
static byte |
VERSION
The highest-supported version of the remote protocol supported by this implementation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION
public static final byte VERSION
- The highest-supported version of the remote protocol supported by this implementation.
- See Also:
- Constant Field Values
getRemoteConnectionProvider
public static ConnectionProvider getRemoteConnectionProvider(ConnectionProviderContext connectionProviderContext,
org.jboss.xnio.Connector<InetSocketAddress,? extends org.jboss.xnio.channels.ConnectedStreamChannel<InetSocketAddress>> connector)
- Create an instance of the connection provider for the "remote" protocol.
- Parameters:
connectionProviderContext - the connection provider contextconnector - the connector to use for outbound connections
- Returns:
- the connection provider for the "remote" protocol
Copyright © 2010 JBoss, a division of Red Hat, Inc.