Package | Description |
---|---|
org.jboss.ejb.client.legacy | |
org.jboss.remoting3 |
The base Remoting 3 API package.
|
org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
org.jboss.remotingjmx | |
org.wildfly.naming.client.remote |
Modifier and Type | Method and Description |
---|---|
Endpoint |
RemotingLegacyConfiguration.getConfiguredEndpoint() |
Modifier and Type | Class and Description |
---|---|
class |
LegacyEndpoint
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static org.wildfly.common.context.ContextManager<Endpoint> |
Endpoint.ENDPOINT_CONTEXT_MANAGER
The context manager for Remoting endpoints.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
EndpointBuilder.build() |
static Endpoint |
Remoting.createEndpoint()
Deprecated.
Create an anonymous endpoint.
|
static Endpoint |
Remoting.createEndpoint(OptionMap optionMap)
Deprecated.
Create an anonymous endpoint.
|
static Endpoint |
Remoting.createEndpoint(String endpointName,
OptionMap optionMap)
Deprecated.
Create a new endpoint with the given configuration.
|
static Endpoint |
Remoting.createEndpoint(String endpointName,
Xnio xnio,
OptionMap optionMap)
Deprecated.
Create an endpoint with the given configuration which manages its own worker.
|
static Endpoint |
Remoting.createEndpoint(String endpointName,
XnioWorker xnioWorker,
OptionMap optionMap)
Deprecated.
Create an endpoint with the given configuration and existing worker.
|
Endpoint |
ConfigurationEndpointSupplier.get() |
static Endpoint |
Endpoint.getCurrent()
Get the currently active Remoting endpoint.
|
Endpoint |
Connection.getEndpoint()
Get the local endpoint.
|
Modifier and Type | Method and Description |
---|---|
default org.wildfly.common.context.ContextManager<Endpoint> |
Endpoint.getInstanceContextManager()
Get the context manager for Remoting endpoints (
ENDPOINT_CONTEXT_MANAGER ). |
Modifier and Type | Method and Description |
---|---|
HandleableCloseable.Key |
LegacyEndpoint.addCloseHandler(CloseHandler<? super Endpoint> handler)
Deprecated.
|
Constructor and Description |
---|
LegacyEndpoint(Endpoint endpoint)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
EndpointConfigurator.getConfiguredEndpoint()
Get the configured Remoting endpoint.
|
Endpoint |
ConnectionProviderContext.getEndpoint()
Get the endpoint.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
RemoteNamingProvider.getEndpoint()
Get the Remoting endpoint for this provider.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteNamingService.start(Endpoint endpoint) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.