| Package | Description |
|---|---|
| org.jboss.remoting3.remote |
| Modifier and Type | Field and Description |
|---|---|
private RemoteConnection |
RemoteConnectionChannel.connection |
private RemoteConnection |
ClientConnectionOpenListener.connection |
private RemoteConnection |
RemoteReadListener.connection |
private RemoteConnection |
ServerConnectionOpenListener.connection |
private RemoteConnection |
RemoteConnectionHandler.remoteConnection |
| Modifier and Type | Method and Description |
|---|---|
(package private) RemoteConnection |
RemoteConnectionChannel.getRemoteConnection() |
| Modifier and Type | Method and Description |
|---|---|
java.io.IOException |
RemoteLogger.abruptClose(RemoteConnection connection) |
java.io.IOException |
RemoteLogger.invalidMessage(RemoteConnection connection) |
(package private) static void |
RemoteConnectionHandler.sendCloseRequestBody(RemoteConnection remoteConnection) |
| Constructor and Description |
|---|
ClientConnectionOpenListener(RemoteConnection connection,
ConnectionProviderContext connectionProviderContext,
javax.security.auth.callback.CallbackHandler callbackHandler,
java.security.AccessControlContext accessControlContext,
org.xnio.OptionMap optionMap) |
RemoteConnectionChannel(RemoteConnectionHandler connectionHandler,
RemoteConnection connection,
int channelId,
int outboundWindow,
int inboundWindow,
int maxOutboundMessages,
int maxInboundMessages,
long maxOutboundMessageSize,
long maxInboundMessageSize) |
RemoteConnectionHandler(ConnectionHandlerContext connectionContext,
RemoteConnection remoteConnection,
java.util.Collection<java.security.Principal> principals,
UserInfo userInfo,
int maxInboundChannels,
int maxOutboundChannels,
java.lang.String remoteEndpointName,
int behavior) |
RemoteReadListener(RemoteConnectionHandler handler,
RemoteConnection connection) |
ServerConnectionOpenListener(RemoteConnection connection,
ConnectionProviderContext connectionProviderContext,
ServerAuthenticationProvider serverAuthenticationProvider,
org.xnio.OptionMap optionMap,
java.security.AccessControlContext accessControlContext) |