JBoss Remoting 3 3.2.14.GA-redhat-1

Uses of Interface
org.jboss.remoting3.Endpoint

Packages that use Endpoint
org.jboss.remoting3 The base Remoting 3 API package. 
org.jboss.remoting3.spi Service provider classes and interfaces. 
 

Uses of Endpoint in org.jboss.remoting3
 

Methods in org.jboss.remoting3 that return Endpoint
static Endpoint Remoting.createEndpoint()
          Create an anonymous endpoint.
static Endpoint Remoting.createEndpoint(org.xnio.OptionMap optionMap)
          Create an anonymous endpoint.
static Endpoint Remoting.createEndpoint(String endpointName, org.xnio.OptionMap optionMap)
          Create a new endpoint with the given configuration.
static Endpoint Remoting.createEndpoint(String endpointName, org.xnio.Xnio xnio, org.xnio.OptionMap optionMap)
          Create an endpoint with the given configuration.
 Endpoint Connection.getEndpoint()
          Get the local endpoint.
 

Uses of Endpoint in org.jboss.remoting3.spi
 

Methods in org.jboss.remoting3.spi that return Endpoint
 Endpoint ConnectionProviderContext.getEndpoint()
          Get the endpoint.
 


JBoss Remoting 3 3.2.14.GA-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.