WildFly: Remoting Subsystem 1.0.0.CR5
A B C D E F G H I J L M N O P R S T U V W 

A

AbstractChannelOpenListenerService - Class in org.jboss.as.remoting
Abstract service responsible for listening for channel open requests.
AbstractChannelOpenListenerService(String, OptionMap) - Constructor for class org.jboss.as.remoting.AbstractChannelOpenListenerService
 
AbstractOutboundConnectionService<T extends AbstractOutboundConnectionService> - Class in org.jboss.as.remoting
 
AbstractOutboundConnectionService(String, OptionMap) - Constructor for class org.jboss.as.remoting.AbstractOutboundConnectionService
 
AbstractStreamServerService - Class in org.jboss.as.remoting
Contains the remoting stream server
addService(ServiceTarget, ServiceName) - Static method in class org.jboss.as.remoting.management.ManagementChannelRegistryService
 
anonymousMechanismNotExpected(Callback) - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 
Attribute - Enum in org.jboss.as.remoting
 
ATTRIBUTES - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 
AUTH_REALM - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 
AUTHENTICATION_RETRIES - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 
AUTHORIZE_ID - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 
awaitShutdown(long, TimeUnit) - Method in class org.jboss.as.remoting.management.ManagementRequestTracker
 

B

BUFFER_REGION_SIZE - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 

C

CHANNEL_SHUTDOWN_TIMEOUT - Static variable in class org.jboss.as.remoting.AbstractChannelOpenListenerService
How long we wait for active operations to clear before allowing channel close to proceed
channelName - Variable in class org.jboss.as.remoting.AbstractChannelOpenListenerService
 
channelOpened(Channel) - Method in class org.jboss.as.remoting.AbstractChannelOpenListenerService
 
channelServiceName(ServiceName, String) - Static method in class org.jboss.as.remoting.RemotingServices
Create the service name for a channel
connect() - Method in class org.jboss.as.remoting.AbstractOutboundConnectionService
 
connect() - Method in class org.jboss.as.remoting.GenericOutboundConnectionService
 
connect() - Method in class org.jboss.as.remoting.LocalOutboundConnectionService
 
connect() - Method in class org.jboss.as.remoting.RemoteOutboundConnectionService
 
connectionCreationOptions - Variable in class org.jboss.as.remoting.AbstractOutboundConnectionService
 
connectionName - Variable in class org.jboss.as.remoting.AbstractOutboundConnectionService
 
connectionNameEmpty() - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 
connectionUriEmpty(String) - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 
ConnectorAdd - Class in org.jboss.as.remoting
Add a connector to a remoting container.
ConnectorAdd() - Constructor for class org.jboss.as.remoting.ConnectorAdd
 
ConnectorRemove - Class in org.jboss.as.remoting
Removes a connector from the remoting container.
ConnectorRemove() - Constructor for class org.jboss.as.remoting.ConnectorRemove
 
ConnectorResource - Class in org.jboss.as.remoting
 
connectorServiceName(String) - Static method in class org.jboss.as.remoting.RemotingServices
Create the service name for a connector
ConnectorUtils - Class in org.jboss.as.remoting
 
couldNotBindToSocket(String, BindException) - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 
couldNotConnect(URISyntaxException) - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 
couldNotCreateURI(String, String) - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 
couldNotStart(Exception) - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 
couldNotStartChanelListener(Exception) - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 
create(ExpressionResolver, ModelNode, OptionMap) - Static method in class org.jboss.as.remoting.EndpointConfigFactory
Deprecated.
configuring xnio worker options is no longer supported and should be replaced for referencing IO subsystem
createEndpoint() - Method in class org.jboss.as.remoting.EndpointService
 
createEndpoint() - Method in class org.jboss.as.remoting.ManagementEndpointService
 
createName(String) - Static method in class org.jboss.as.remoting.RealmSecurityProviderService
 
createResource(OperationContext) - Method in class org.jboss.as.remoting.RemotingEndpointAdd
 
CURRENT - Static variable in enum org.jboss.as.remoting.Namespace
The current namespace version.

D

destinationUriEmpty() - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 
DOMAIN_CHANNEL - Static variable in class org.jboss.as.remoting.management.ManagementRemotingServices
The name of the channel used between slave and master DCs

E

Element - Enum in org.jboss.as.remoting
 
endpoint - Variable in class org.jboss.as.remoting.EndpointService
 
ENDPOINT_PATH - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 
EndpointConfigFactory - Class in org.jboss.as.remoting
Runtime configuration factory for remoting endpoints.
endpointEmpty() - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 
endpointInjectedValue - Variable in class org.jboss.as.remoting.AbstractOutboundConnectionService
 
endpointName - Variable in class org.jboss.as.remoting.EndpointService
 
EndpointService - Class in org.jboss.as.remoting
An MSC service for Remoting endpoints.
EndpointService(String, EndpointService.EndpointType, OptionMap) - Constructor for class org.jboss.as.remoting.EndpointService
 
EndpointService.EndpointType - Enum in org.jboss.as.remoting
 
execute(Runnable) - Method in class org.jboss.as.remoting.AbstractChannelOpenListenerService
Execute the shutdown task.

F

forName(String) - Static method in enum org.jboss.as.remoting.Attribute
 
forName(String) - Static method in enum org.jboss.as.remoting.Element
 
forName(String) - Static method in enum org.jboss.as.remoting.Protocol
 
forUri(String) - Static method in enum org.jboss.as.remoting.Namespace
 

G

GENERIC_OUTBOUND_CONNECTION_BASE_SERVICE_NAME - Static variable in class org.jboss.as.remoting.GenericOutboundConnectionService
 
GenericOutboundConnectionService - Class in org.jboss.as.remoting
A GenericOutboundConnectionService manages a remote outbound connection which is configured via a URI.
GenericOutboundConnectionService(String, URI, OptionMap) - Constructor for class org.jboss.as.remoting.GenericOutboundConnectionService
 
getAttributes() - Method in class org.jboss.as.remoting.RemotingEndpointResource
 
getCallbackHandler() - Method in class org.jboss.as.remoting.AbstractOutboundConnectionService
 
getConnectionName() - Method in class org.jboss.as.remoting.AbstractOutboundConnectionService
 
getEndpointInjector() - Method in class org.jboss.as.remoting.AbstractChannelOpenListenerService
 
getEndpointInjector() - Method in class org.jboss.as.remoting.AbstractStreamServerService
 
getFullOptions(OperationContext, ModelNode) - Static method in class org.jboss.as.remoting.ConnectorUtils
 
getInterfaceBindingInjector() - Method in class org.jboss.as.remoting.InjectedNetworkBindingStreamServerService
 
getLocalName() - Method in enum org.jboss.as.remoting.Attribute
Get the local name of this element.
getLocalName() - Method in enum org.jboss.as.remoting.Element
Get the local name of this element.
getOptions(OperationContext, ModelNode) - Static method in class org.jboss.as.remoting.ConnectorUtils
 
getProtocol() - Method in class org.jboss.as.remoting.AbstractOutboundConnectionService
 
getProtocol() - Method in class org.jboss.as.remoting.GenericOutboundConnectionService
 
getProtocol() - Method in class org.jboss.as.remoting.LocalOutboundConnectionService
 
getProtocol() - Method in class org.jboss.as.remoting.RemoteOutboundConnectionService
 
getProtocol() - Method in class org.jboss.as.remoting.RemotingConnectorBindingInfoService.RemotingConnectorInfo
 
getRegistry() - Method in class org.jboss.as.remoting.AbstractChannelOpenListenerService
 
getSecurityProviderInjector() - Method in class org.jboss.as.remoting.AbstractStreamServerService
 
getSecurityRealmInjectedValue() - Method in class org.jboss.as.remoting.RealmSecurityProviderService
 
getServerCallbackValue() - Method in class org.jboss.as.remoting.RealmSecurityProviderService
 
getServiceName(ServiceName) - Method in class org.jboss.as.remoting.AbstractChannelOpenListenerService
 
getSocketBinding() - Method in class org.jboss.as.remoting.InjectedSocketBindingStreamServerService
Returns the socket binding applicable for this InjectedSocketBindingStreamServerService
getSocketBinding() - Method in class org.jboss.as.remoting.RemotingConnectorBindingInfoService.RemotingConnectorInfo
 
getSocketBindingInjector() - Method in class org.jboss.as.remoting.InjectedSocketBindingStreamServerService
 
getSocketBindingManagerInjector() - Method in class org.jboss.as.remoting.AbstractStreamServerService
 
getTmpDirValue() - Method in class org.jboss.as.remoting.RealmSecurityProviderService
 
getTrackerService() - Method in class org.jboss.as.remoting.management.ManagementChannelRegistryService
 
getUriString() - Method in enum org.jboss.as.remoting.Namespace
Get the URI of this namespace.
getValue() - Method in class org.jboss.as.remoting.AbstractChannelOpenListenerService
 
getValue() - Method in class org.jboss.as.remoting.AbstractStreamServerService
 
getValue() - Method in class org.jboss.as.remoting.EndpointService
getValue() - Method in class org.jboss.as.remoting.GenericOutboundConnectionService
 
getValue() - Method in class org.jboss.as.remoting.HttpListenerRegistryService
 
getValue() - Method in class org.jboss.as.remoting.LocalOutboundConnectionService
 
getValue() - Method in class org.jboss.as.remoting.management.ManagementChannelRegistryService
 
getValue() - Method in class org.jboss.as.remoting.RealmSecurityProviderService
 
getValue() - Method in class org.jboss.as.remoting.RemoteOutboundConnectionService
 
getValue() - Method in class org.jboss.as.remoting.RemotingConnectorBindingInfoService
 
getValue() - Method in class org.jboss.as.remoting.RemotingHttpUpgradeService
 

H

handleChannelOpened(Channel) - Method in class org.jboss.as.remoting.AbstractChannelOpenListenerService
Handle a channel open event.
handleUpgrade(HttpServerExchange) - Method in class org.jboss.as.remoting.SimpleHttpUpgradeHandshake
 
HEARTBEAT_INTERVAL - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 
HTTP_CONNECTOR - Static variable in class org.jboss.as.remoting.management.ManagementRemotingServices
 
HTTP_UPGRADE_REGISTRY - Static variable in class org.jboss.as.remoting.RemotingHttpUpgradeService
Base service name for this HTTP Upgrade refist
HttpConnectorAdd - Class in org.jboss.as.remoting
Add a connector to a remoting container.
HttpConnectorRemove - Class in org.jboss.as.remoting
Removes a connector from the remoting container.
HttpConnectorRemove() - Constructor for class org.jboss.as.remoting.HttpConnectorRemove
 
HttpConnectorResource - Class in org.jboss.as.remoting
 
HttpListenerRegistryService - Class in org.jboss.as.remoting
Service that maintains a registry of all Undertow listeners, and the services that are registered on them.
HttpListenerRegistryService() - Constructor for class org.jboss.as.remoting.HttpListenerRegistryService
 
HTTPS_CONNECTOR - Static variable in class org.jboss.as.remoting.management.ManagementRemotingServices
 

I

illegalStrength(String) - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 
initialize(ExtensionContext) - Method in class org.jboss.as.remoting.RemotingExtension
 
initializeParsers(ExtensionParsingContext) - Method in class org.jboss.as.remoting.RemotingExtension
InjectedNetworkBindingStreamServerService - Class in org.jboss.as.remoting
AbstractStreamServerService that uses an injected network interface binding service.
InjectedNetworkBindingStreamServerService(OptionMap, int) - Constructor for class org.jboss.as.remoting.InjectedNetworkBindingStreamServerService
 
InjectedSocketBindingStreamServerService - Class in org.jboss.as.remoting
AbstractStreamServerService that uses an injected socket binding.
InjectedSocketBindingStreamServerService(OptionMap) - Constructor for class org.jboss.as.remoting.InjectedSocketBindingStreamServerService
 
install(ServiceTarget) - Static method in class org.jboss.as.remoting.HttpListenerRegistryService
 
install(ServiceTarget, String, SocketBinding, String) - Static method in class org.jboss.as.remoting.RemotingConnectorBindingInfoService
 
installConnectorServicesForNetworkInterfaceBinding(ServiceTarget, ServiceName, String, ServiceName, int, OptionMap) - Static method in class org.jboss.as.remoting.RemotingServices
 
installConnectorServicesForSocketBinding(ServiceTarget, ServiceName, String, ServiceName, OptionMap) - Static method in class org.jboss.as.remoting.RemotingServices
 
installDomainConnectorServices(ServiceTarget, ServiceName, ServiceName, int, String, OptionMap) - Static method in class org.jboss.as.remoting.management.ManagementRemotingServices
Installs a remoting stream server for a domain instance
installManagementChannelOpenListenerService(ServiceTarget, ServiceName, String, ServiceName, OptionMap, boolean) - Static method in class org.jboss.as.remoting.management.ManagementRemotingServices
Set up the services to create a channel listener.
installManagementChannelServices(ServiceTarget, ServiceName, AbstractModelControllerOperationHandlerFactoryService, ServiceName, String, ServiceName, ServiceName) - Static method in class org.jboss.as.remoting.management.ManagementRemotingServices
Set up the services to create a channel listener and operation handler service.
installRemotingManagementEndpoint(ServiceTarget, ServiceName, String, EndpointService.EndpointType) - Static method in class org.jboss.as.remoting.RemotingServices
 
installRemotingManagementEndpoint(ServiceTarget, ServiceName, String, EndpointService.EndpointType, OptionMap) - Static method in class org.jboss.as.remoting.RemotingServices
 
installSecurityServices(ServiceTarget, String, String, ServiceName, ServiceName) - Static method in class org.jboss.as.remoting.RemotingServices
 
installServices(ServiceTarget, String, String, ServiceName, OptionMap) - Static method in class org.jboss.as.remoting.RemotingHttpUpgradeService
 
invalidQOPV(String) - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 
invalidStrength(String) - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 
isShutdown() - Method in class org.jboss.as.remoting.management.ManagementRequestTracker
 

J

JBOSS_REMOTING - Static variable in class org.jboss.as.remoting.RemotingHttpUpgradeService
 

L

listeningOnSocket(String) - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 
LOCAL_OUTBOUND_CONNECTION_BASE_SERVICE_NAME - Static variable in class org.jboss.as.remoting.LocalOutboundConnectionService
 
LocalOutboundConnectionService - Class in org.jboss.as.remoting
A LocalOutboundConnectionService manages a local remoting connection (i.e.
LocalOutboundConnectionService(String, OptionMap) - Constructor for class org.jboss.as.remoting.LocalOutboundConnectionService
 

M

MAGIC_NUMBER - Static variable in class org.jboss.as.remoting.RemotingHttpUpgradeService
Magic number used in the handshake.
MANAGEMENT_CHANNEL - Static variable in class org.jboss.as.remoting.management.ManagementRemotingServices
The name of the external management channel
MANAGEMENT_CONNECTOR - Static variable in class org.jboss.as.remoting.management.ManagementRemotingServices
 
MANAGEMENT_ENDPOINT - Static variable in class org.jboss.as.remoting.management.ManagementRemotingServices
The name of the endpoint service used for management
ManagementChannelRegistryService - Class in org.jboss.as.remoting.management
A basic registry for opened management channels.
ManagementChannelRegistryService() - Constructor for class org.jboss.as.remoting.management.ManagementChannelRegistryService
 
ManagementEndpointService - Class in org.jboss.as.remoting
An MSC service for Remoting endpoints.
ManagementEndpointService(String, EndpointService.EndpointType, OptionMap) - Constructor for class org.jboss.as.remoting.ManagementEndpointService
 
ManagementRemotingServices - Class in org.jboss.as.remoting.management
Utility class to add remoting services
ManagementRequestTracker - Class in org.jboss.as.remoting.management
The main purpose of this class is to setup proper service dependencies for shutdown.
marshallAsElement(AttributeDefinition, ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.remoting.WrappedAttributeMarshaller
 
MAX_INBOUND_CHANNELS - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 
MAX_INBOUND_MESSAGE_SIZE - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 
MAX_INBOUND_MESSAGES - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 
MAX_OUTBOUND_CHANNELS - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 
MAX_OUTBOUND_MESSAGE_SIZE - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 
MAX_OUTBOUND_MESSAGES - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 

N

Namespace - Enum in org.jboss.as.remoting
An enumeration of the supported Remoting subsystem namespaces.
noSupportingMechanismsForRealm() - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 

O

optionMap - Variable in class org.jboss.as.remoting.EndpointService
 
OPTIONS - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 
org.jboss.as.remoting - package org.jboss.as.remoting
 
org.jboss.as.remoting.logging - package org.jboss.as.remoting.logging
 
org.jboss.as.remoting.management - package org.jboss.as.remoting.management
 
OUTBOUND_CONNECTION_BASE_SERVICE_NAME - Static variable in class org.jboss.as.remoting.AbstractOutboundConnectionService
 
outboundSocketBindingEmpty(String) - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 

P

performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.remoting.ConnectorAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.remoting.ConnectorRemove
 
performRuntime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.remoting.HttpConnectorAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.remoting.HttpConnectorRemove
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.remoting.RemotingEndpointAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.remoting.RemotingSubsystemRemove
 
populate(ExpressionResolver, ModelNode) - Static method in class org.jboss.as.remoting.EndpointConfigFactory
 
populateModel(ModelNode, ModelNode) - Method in class org.jboss.as.remoting.ConnectorAdd
 
populateModel(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.remoting.RemotingEndpointAdd
 
prepareShutdown() - Method in class org.jboss.as.remoting.management.ManagementRequestTracker
 
PropertyResource - Class in org.jboss.as.remoting
 
PropertyResource(String) - Constructor for class org.jboss.as.remoting.PropertyResource
 
Protocol - Enum in org.jboss.as.remoting
Protocols that can be used for a remoting connection

R

RealmSecurityProviderService - Class in org.jboss.as.remoting
The service to make the RealmAuthenticationProvider available.
RealmSecurityProviderService() - Constructor for class org.jboss.as.remoting.RealmSecurityProviderService
 
RECEIVE_BUFFER_SIZE - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 
RECEIVE_WINDOW_SIZE - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.remoting.ConnectorRemove
 
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.remoting.HttpConnectorRemove
 
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.remoting.RemotingSubsystemRemove
 
register(Registration) - Method in class org.jboss.as.remoting.management.ManagementChannelRegistryService
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.remoting.ConnectorResource
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.remoting.HttpConnectorResource
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.remoting.PropertyResource
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.remoting.RemotingSubsystemRootResource
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.remoting.RemotingEndpointResource
 
registerTracker(ManagementChannelInitialization.ManagementChannelShutdownHandle) - Method in class org.jboss.as.remoting.management.ManagementRequestTracker
 
registrationTerminated() - Method in class org.jboss.as.remoting.AbstractChannelOpenListenerService
 
REMOTE_OUTBOUND_CONNECTION_BASE_SERVICE_NAME - Static variable in class org.jboss.as.remoting.RemoteOutboundConnectionService
 
RemoteOutboundConnectionService - Class in org.jboss.as.remoting
A RemoteOutboundConnectionService manages a remoting connection created out of a remote:// URI scheme.
RemoteOutboundConnectionService(String, OptionMap, String, String) - Constructor for class org.jboss.as.remoting.RemoteOutboundConnectionService
 
REMOTING_BASE - Static variable in class org.jboss.as.remoting.RemotingServices
The name of the remoting service
RemotingConnectorBindingInfoService - Class in org.jboss.as.remoting
Service that publishes socket binding information for remoting connectors
RemotingConnectorBindingInfoService(RemotingConnectorBindingInfoService.RemotingConnectorInfo) - Constructor for class org.jboss.as.remoting.RemotingConnectorBindingInfoService
 
RemotingConnectorBindingInfoService.RemotingConnectorInfo - Class in org.jboss.as.remoting
 
RemotingConnectorBindingInfoService.RemotingConnectorInfo(SocketBinding, String) - Constructor for class org.jboss.as.remoting.RemotingConnectorBindingInfoService.RemotingConnectorInfo
 
RemotingEndpointAdd - Class in org.jboss.as.remoting
 
RemotingEndpointAdd() - Constructor for class org.jboss.as.remoting.RemotingEndpointAdd
 
RemotingEndpointResource - Class in org.jboss.as.remoting
 
RemotingExtension - Class in org.jboss.as.remoting
The implementation of the Remoting extension.
RemotingExtension() - Constructor for class org.jboss.as.remoting.RemotingExtension
 
RemotingHttpUpgradeService - Class in org.jboss.as.remoting
Service that registers a HTTP upgrade handler to enable remoting to be used via http upgrade.
RemotingHttpUpgradeService(String, String, OptionMap) - Constructor for class org.jboss.as.remoting.RemotingHttpUpgradeService
 
RemotingLogger - Interface in org.jboss.as.remoting.logging
Date: 05.11.2011
RemotingServices - Class in org.jboss.as.remoting
 
RemotingServices() - Constructor for class org.jboss.as.remoting.RemotingServices
 
RemotingSubsystem30Parser - Class in org.jboss.as.remoting
An extension of the parser for version 3.0 of the schema.
RemotingSubsystem30Parser() - Constructor for class org.jboss.as.remoting.RemotingSubsystem30Parser
 
RemotingSubsystemRemove - Class in org.jboss.as.remoting
Removes the remoting subsystem
RemotingSubsystemRemove() - Constructor for class org.jboss.as.remoting.RemotingSubsystemRemove
 
RemotingSubsystemRootResource - Class in org.jboss.as.remoting
 
RemotingSubsystemRootResource() - Constructor for class org.jboss.as.remoting.RemotingSubsystemRootResource
 
removeConnectorServices(OperationContext, String) - Static method in class org.jboss.as.remoting.RemotingServices
 
removeManagementChannelOpenListenerService(OperationContext, ServiceName, String) - Static method in class org.jboss.as.remoting.management.ManagementRemotingServices
 
removeManagementChannelServices(OperationContext, ServiceName, String) - Static method in class org.jboss.as.remoting.management.ManagementRemotingServices
 
rollbackRuntime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.remoting.RemotingEndpointAdd
 
ROOT_LOGGER - Static variable in interface org.jboss.as.remoting.logging.RemotingLogger
A logger with a category of the package name.

S

SASL_PROTOCOL - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 
SEC_JBOSS_REMOTING_ACCEPT - Static variable in class org.jboss.as.remoting.RemotingHttpUpgradeService
 
SEC_JBOSS_REMOTING_KEY - Static variable in class org.jboss.as.remoting.RemotingHttpUpgradeService
 
SEND_BUFFER_SIZE - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 
SERVER_CHANNEL - Static variable in class org.jboss.as.remoting.management.ManagementRemotingServices
The name of the channel used for Server to HC comms
SERVER_NAME - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 
serverServiceName(String) - Static method in class org.jboss.as.remoting.RemotingServices
Create the service name for a stream server
SERVICE_NAME - Static variable in class org.jboss.as.remoting.HttpListenerRegistryService
 
SERVICE_NAME - Static variable in class org.jboss.as.remoting.management.ManagementChannelRegistryService
The service name.
serviceName(String) - Static method in class org.jboss.as.remoting.RemotingConnectorBindingInfoService
 
SHUTDOWN_EXECUTOR_NAME - Static variable in class org.jboss.as.remoting.management.ManagementRemotingServices
 
SimpleHttpUpgradeHandshake - Class in org.jboss.as.remoting
Utility class to create a server-side HTTP Upgrade handshake.
SimpleHttpUpgradeHandshake(String, String, String) - Constructor for class org.jboss.as.remoting.SimpleHttpUpgradeHandshake
 
start(StartContext) - Method in class org.jboss.as.remoting.AbstractChannelOpenListenerService
 
start(StartContext) - Method in class org.jboss.as.remoting.AbstractOutboundConnectionService
 
start(StartContext) - Method in class org.jboss.as.remoting.AbstractStreamServerService
 
start(StartContext) - Method in class org.jboss.as.remoting.EndpointService
start(StartContext) - Method in class org.jboss.as.remoting.HttpListenerRegistryService
 
start(StartContext) - Method in class org.jboss.as.remoting.InjectedSocketBindingStreamServerService
 
start(StartContext) - Method in class org.jboss.as.remoting.management.ManagementChannelRegistryService
 
start(StartContext) - Method in class org.jboss.as.remoting.RealmSecurityProviderService
 
start(StartContext) - Method in class org.jboss.as.remoting.RemotingConnectorBindingInfoService
 
start(StartContext) - Method in class org.jboss.as.remoting.RemotingHttpUpgradeService
 
stop(StopContext) - Method in class org.jboss.as.remoting.AbstractChannelOpenListenerService
 
stop(StopContext) - Method in class org.jboss.as.remoting.AbstractOutboundConnectionService
 
stop(StopContext) - Method in class org.jboss.as.remoting.AbstractStreamServerService
 
stop(StopContext) - Method in class org.jboss.as.remoting.EndpointService
stop(StopContext) - Method in class org.jboss.as.remoting.HttpListenerRegistryService
 
stop(StopContext) - Method in class org.jboss.as.remoting.InjectedSocketBindingStreamServerService
 
stop(StopContext) - Method in class org.jboss.as.remoting.management.ManagementChannelRegistryService
 
stop(StopContext) - Method in class org.jboss.as.remoting.RealmSecurityProviderService
 
stop(StopContext) - Method in class org.jboss.as.remoting.RemotingConnectorBindingInfoService
 
stop(StopContext) - Method in class org.jboss.as.remoting.RemotingHttpUpgradeService
 
SUBSYSTEM_ENDPOINT - Static variable in class org.jboss.as.remoting.RemotingServices
The name of the endpoint service installed by the remoting subsystem
SUBSYSTEM_NAME - Static variable in class org.jboss.as.remoting.RemotingExtension
 

T

toModelNode() - Method in enum org.jboss.as.remoting.Protocol
 
toString() - Method in enum org.jboss.as.remoting.Attribute
 
toString() - Method in enum org.jboss.as.remoting.Protocol
 
TRANSMIT_WINDOW_SIZE - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 

U

unableToCreateAuthDir(String) - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 
unableToCreateTempDirForAuthTokensFileExists() - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 
unregisterTracker(ManagementChannelInitialization.ManagementChannelShutdownHandle) - Method in class org.jboss.as.remoting.management.ManagementRequestTracker
 
unsupportedCallback(Callback) - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 
UPGRADE_SERVICE_NAME - Static variable in class org.jboss.as.remoting.RemotingHttpUpgradeService
 
upgradeRequestMissingKey() - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 

V

valueOf(String) - Static method in enum org.jboss.as.remoting.Attribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.remoting.Element
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.remoting.EndpointService.EndpointType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.remoting.Namespace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.remoting.Protocol
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.as.remoting.Attribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.remoting.Element
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.remoting.EndpointService.EndpointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.remoting.Namespace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.remoting.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.

W

WORKER - Static variable in class org.jboss.as.remoting.RemotingEndpointResource
 
workerConfigurationIgnored() - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 
workerThreadsEndpointConfigurationChoiceRequired(String, String) - Method in interface org.jboss.as.remoting.logging.RemotingLogger
 
WrappedAttributeMarshaller - Class in org.jboss.as.remoting
Jeff Mesnil (c) 2012 Red Hat, inc
A B C D E F G H I J L M N O P R S T U V W 
WildFly: Remoting Subsystem 1.0.0.CR5

Copyright © 2015 JBoss by Red Hat. All rights reserved.