Deprecated API


Contents
Deprecated Interfaces
org.jboss.remoting.transport.multiplex.MultiplexInvokerConstants
            
 

Deprecated Classes
org.jboss.remoting.transport.http.HTTPServerInvoker
          This class has been replaced by org.jboss.remoting.transport.coyote.CoyoteInvoker, which is used as the default server invoker for the http and https transport on the server side. This class will be removed from remoting distribution in a future release. 
org.jboss.remoting.transport.http.ssl.HTTPSServerInvoker
          This class has been replaced by org.jboss.remoting.transport.coyote.CoyoteInvoker, which is used as the default server invoker for the http and https transport on the server side. This class will be removed from remoting distribution in a future release. 
 

Deprecated Constructors
org.jboss.remoting.Client(ClassLoader, ClientInvoker, String)
          This constructor should not be used any more as will no longer take into account the classloader specified as a parameter. 
org.jboss.remoting.Client(ClassLoader, InvokerLocator, String, Map)
          This constructor should not be used any more as will no longer take into account the classloader specified as a parameter. 
 



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