org.jboss.remoting
Class Remoting

java.lang.Object
  extended byorg.jboss.remoting.Remoting

public class Remoting
extends java.lang.Object


Field Summary
static java.lang.String CUSTOM_SERVER_SOCKET_FACTORY
          Key for the configuration map passed to a Connector to indicate the server socket factory to be used.
static java.lang.String CUSTOM_SOCKET_FACTORY
          Key for the configuration map passed to a Client to indicate the socket factory to be used.
static java.lang.String SOCKET_FACTORY_NAME
          Key for the configuration map passed to a Client to indicate the classname of the socket factory to be used.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CUSTOM_SERVER_SOCKET_FACTORY

public static final java.lang.String CUSTOM_SERVER_SOCKET_FACTORY
Key for the configuration map passed to a Connector to indicate the server socket factory to be used. This will override the creation of any other socket factory.

See Also:
Constant Field Values

CUSTOM_SOCKET_FACTORY

public static final java.lang.String CUSTOM_SOCKET_FACTORY
Key for the configuration map passed to a Client to indicate the socket factory to be used. This will override the creation of any other socket factory.

See Also:
Constant Field Values

SOCKET_FACTORY_NAME

public static final java.lang.String SOCKET_FACTORY_NAME
Key for the configuration map passed to a Client to indicate the classname of the socket factory to be used.

See Also:
Constant Field Values


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.