Package | Description |
---|---|
org.jboss.remoting3 |
The base Remoting 3 API package.
|
Modifier and Type | Method and Description |
---|---|
Registration |
LegacyEndpoint.addConnectionProvider(String uriScheme,
ConnectionProviderFactory providerFactory,
OptionMap optionMap)
Deprecated.
|
Registration |
Endpoint.addConnectionProvider(String uriScheme,
ConnectionProviderFactory providerFactory,
OptionMap optionMap)
Register a connection provider for a URI scheme.
|
Registration |
LegacyEndpoint.registerService(String serviceType,
OpenListener openListener,
OptionMap optionMap)
Deprecated.
|
Registration |
Endpoint.registerService(String serviceType,
OpenListener openListener,
OptionMap optionMap)
Register a new service.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.