JBoss Remoting 3.1.0.Beta1

org.jboss.remoting3.remote
Class RemoteProtocol

java.lang.Object
  extended by 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.
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final byte VERSION
The highest-supported version of the remote protocol supported by this implementation.

See Also:
Constant Field Values
Method Detail

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 context
connector - the connector to use for outbound connections
Returns:
the connection provider for the "remote" protocol

JBoss Remoting 3.1.0.Beta1

Copyright © 2010 JBoss, a division of Red Hat, Inc.