Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.jboss.remoting
,
org.jboss.remoting.callback
,
org.jboss.remoting.detection
,
org.jboss.remoting.detection.jndi
,
org.jboss.remoting.detection.multicast
,
org.jboss.remoting.detection.util
,
org.jboss.remoting.ident
,
org.jboss.remoting.invocation
,
org.jboss.remoting.loading
,
org.jboss.remoting.marshal
,
org.jboss.remoting.marshal.compress
,
org.jboss.remoting.marshal.encryption
,
org.jboss.remoting.marshal.http
,
org.jboss.remoting.marshal.rmi
,
org.jboss.remoting.marshal.serializable
,
org.jboss.remoting.network
,
org.jboss.remoting.network.filter
,
org.jboss.remoting.samples.callback
,
org.jboss.remoting.samples.callback.acknowledgement
,
org.jboss.remoting.samples.callback.statistics
,
org.jboss.remoting.samples.chat.client
,
org.jboss.remoting.samples.chat.exceptions
,
org.jboss.remoting.samples.chat.server
,
org.jboss.remoting.samples.chat.utility
,
org.jboss.remoting.samples.config.factories
,
org.jboss.remoting.samples.detection.jndi
,
org.jboss.remoting.samples.detection.jndi.ssl
,
org.jboss.remoting.samples.detection.multicast
,
org.jboss.remoting.samples.http
,
org.jboss.remoting.samples.multiplex
,
org.jboss.remoting.samples.multiplex.invoker
,
org.jboss.remoting.samples.oneway
,
org.jboss.remoting.samples.serialization
,
org.jboss.remoting.samples.simple
,
org.jboss.remoting.samples.stream
,
org.jboss.remoting.samples.transporter.basic
,
org.jboss.remoting.samples.transporter.basic.client
,
org.jboss.remoting.samples.transporter.basic.server
,
org.jboss.remoting.samples.transporter.clustered.client
,
org.jboss.remoting.samples.transporter.clustered.server
,
org.jboss.remoting.samples.transporter.complex
,
org.jboss.remoting.samples.transporter.complex.client
,
org.jboss.remoting.samples.transporter.complex.server
,
org.jboss.remoting.samples.transporter.custom.client
,
org.jboss.remoting.samples.transporter.custom.server
,
org.jboss.remoting.samples.transporter.multiple
,
org.jboss.remoting.samples.transporter.multiple.client
,
org.jboss.remoting.samples.transporter.multiple.server
,
org.jboss.remoting.samples.transporter.proxy
,
org.jboss.remoting.samples.transporter.proxy.client
,
org.jboss.remoting.samples.transporter.proxy.server
,
org.jboss.remoting.samples.transporter.serialization
,
org.jboss.remoting.samples.transporter.serialization.client
,
org.jboss.remoting.samples.transporter.serialization.server
,
org.jboss.remoting.samples.transporter.simple
,
org.jboss.remoting.security
,
org.jboss.remoting.serialization
,
org.jboss.remoting.serialization.impl.java
,
org.jboss.remoting.serialization.impl.jboss
,
org.jboss.remoting.socketfactory
,
org.jboss.remoting.stream
,
org.jboss.remoting.transport
,
org.jboss.remoting.transport.bisocket
,
org.jboss.remoting.transport.coyote
,
org.jboss.remoting.transport.coyote.ssl
,
org.jboss.remoting.transport.http
,
org.jboss.remoting.transport.http.ssl
,
org.jboss.remoting.transport.https
,
org.jboss.remoting.transport.local
,
org.jboss.remoting.transport.multiplex
,
org.jboss.remoting.transport.multiplex.utility
,
org.jboss.remoting.transport.rmi
,
org.jboss.remoting.transport.servlet
,
org.jboss.remoting.transport.servlet.web
,
org.jboss.remoting.transport.socket
,
org.jboss.remoting.transport.sslbisocket
,
org.jboss.remoting.transport.sslmultiplex
,
org.jboss.remoting.transport.sslrmi
,
org.jboss.remoting.transport.sslservlet
,
org.jboss.remoting.transport.sslsocket
,
org.jboss.remoting.transport.web
,
org.jboss.remoting.transporter
,
org.jboss.remoting.util
,
org.jboss.remoting.util.socket
Class Hierarchy
java.lang.Object
org.jboss.remoting.detection.
AbstractDetector
(implements org.jboss.remoting.detection.
AbstractDetectorMBean
)
org.jboss.remoting.detection.jndi.
JNDIDetector
(implements org.jboss.remoting.detection.jndi.
JNDIDetectorMBean
)
org.jboss.remoting.detection.multicast.
MulticastDetector
(implements org.jboss.remoting.detection.multicast.
MulticastDetectorMBean
)
org.jboss.remoting.
AbstractInvoker
(implements org.jboss.remoting.
Invoker
)
org.jboss.remoting.transport.local.
LocalClientInvoker
(implements org.jboss.remoting.transport.
BidirectionalClientInvoker
)
org.jboss.remoting.
MicroRemoteClientInvoker
(implements org.jboss.remoting.transport.
ClientInvoker
)
org.jboss.remoting.
RemoteClientInvoker
org.jboss.remoting.transport.http.
HTTPClientInvoker
org.jboss.remoting.transport.http.ssl.
HTTPSClientInvoker
org.jboss.remoting.transport.socket.
MicroSocketClientInvoker
org.jboss.remoting.transport.socket.
SocketClientInvoker
org.jboss.remoting.transport.bisocket.
BisocketClientInvoker
(implements org.jboss.remoting.transport.
BidirectionalClientInvoker
)
org.jboss.remoting.transport.sslbisocket.
SSLBisocketClientInvoker
org.jboss.remoting.transport.multiplex.
MultiplexClientInvoker
(implements org.jboss.remoting.transport.
BidirectionalClientInvoker
)
org.jboss.remoting.transport.sslmultiplex.
SSLMultiplexClientInvoker
org.jboss.remoting.transport.sslsocket.
SSLSocketClientInvoker
org.jboss.remoting.transport.rmi.
RMIClientInvoker
org.jboss.remoting.transport.sslrmi.
SSLRMIClientInvoker
org.jboss.remoting.
ServerInvoker
(implements org.jboss.remoting.
ServerInvokerMBean
)
org.jboss.remoting.transport.local.
LocalServerInvoker
org.jboss.remoting.transport.rmi.
RMIServerInvoker
(implements org.jboss.remoting.transport.rmi.
RMIServerInvokerInf
)
org.jboss.remoting.transport.sslrmi.
SSLRMIServerInvoker
org.jboss.remoting.transport.socket.
SocketServerInvoker
(implements java.lang.Runnable, org.jboss.remoting.transport.socket.
SocketServerInvokerMBean
)
org.jboss.remoting.transport.bisocket.
BisocketServerInvoker
org.jboss.remoting.transport.sslbisocket.
SSLBisocketServerInvoker
(implements org.jboss.remoting.transport.sslsocket.
SSLSocketServerInvokerMBean
)
org.jboss.remoting.transport.multiplex.
MultiplexServerInvoker
(implements java.lang.Runnable, org.jboss.remoting.transport.multiplex.
VirtualSocket.DisconnectListener
)
org.jboss.remoting.transport.sslmultiplex.
SSLMultiplexServerInvoker
org.jboss.remoting.transport.sslsocket.
SSLSocketServerInvoker
(implements org.jboss.remoting.transport.sslsocket.
SSLSocketServerInvokerMBean
)
org.jboss.remoting.transport.web.
WebServerInvoker
org.jboss.remoting.transport.coyote.
CoyoteInvoker
(implements org.apache.coyote.Adapter)
org.jboss.remoting.transport.http.
HTTPServerInvoker
(implements java.lang.Runnable)
org.jboss.remoting.transport.http.ssl.
HTTPSServerInvoker
org.jboss.remoting.transport.servlet.
ServletServerInvoker
(implements org.jboss.remoting.transport.servlet.
ServletServerInvokerMBean
)
org.jboss.remoting.
AbstractInvoker.CallbackLocatorHolder
org.jboss.remoting.samples.transporter.multiple.
Account
(implements java.io.Serializable)
org.jboss.remoting.samples.transporter.multiple.
AccountProcessorImpl
(implements org.jboss.remoting.samples.transporter.multiple.
AccountProcessor
)
org.jboss.remoting.samples.transporter.basic.
Address
(implements java.io.Serializable)
org.jboss.remoting.samples.transporter.multiple.
Address
(implements java.io.Serializable)
org.jboss.remoting.samples.transporter.proxy.
Address
(implements java.io.Serializable)
org.jboss.remoting.transport.multiplex.utility.
AddressPair
junit.framework.Assert
junit.framework.TestCase (implements junit.framework.Test)
org.jboss.remoting.samples.config.factories.
FactoryConfigSample
org.jboss.remoting.samples.config.factories.
FactoryConfigSSLSample
org.jboss.remoting.transport.bisocket.
Bisocket
org.jboss.remoting.callback.
BlockingCallbackStore
(implements org.jboss.remoting.
SerializableStore
)
org.jboss.remoting.samples.callback.acknowledgement.
CallbackAcknowledgeClient
org.jboss.remoting.samples.callback.acknowledgement.
CallbackAcknowledgeServer
org.jboss.remoting.samples.callback.
CallbackClient
org.jboss.remoting.samples.callback.statistics.
CallbackClient
org.jboss.remoting.samples.callback.
CallbackClient.CallbackHandler
(implements org.jboss.remoting.callback.
InvokerCallbackHandler
)
org.jboss.remoting.samples.callback.statistics.
CallbackClient.CallbackHandler
(implements org.jboss.remoting.callback.
InvokerCallbackHandler
)
org.jboss.remoting.samples.callback.
CallbackServer
org.jboss.remoting.samples.callback.statistics.
CallbackServer
org.jboss.remoting.samples.callback.
CallbackServer.SampleInvocationHandler
(implements java.lang.Runnable, org.jboss.remoting.
ServerInvocationHandler
)
org.jboss.remoting.samples.callback.statistics.
CallbackServer.SampleInvocationHandler
(implements org.jboss.remoting.callback.
CallbackListener
, java.lang.Runnable, org.jboss.remoting.
ServerInvocationHandler
)
org.jboss.remoting.callback.
CallbackStore
(implements org.jboss.remoting.callback.
CallbackStoreMBean
)
org.jboss.remoting.callback.
CallbackStore.StoreFileFilter
(implements java.io.FilenameFilter)
org.jboss.remoting.samples.chat.client.
ChatInfo
(implements java.io.Serializable)
org.jboss.remoting.samples.chat.server.
ChatManager
(implements org.jboss.remoting.
ServerInvocationHandler
)
org.jboss.remoting.samples.chat.client.
ChatMember
(implements java.io.Serializable)
org.jboss.remoting.samples.chat.client.
ChatMessage
(implements java.io.Serializable)
org.jboss.remoting.samples.chat.client.
ChatReceiverHandler
(implements org.jboss.remoting.callback.
InvokerCallbackHandler
)
org.jboss.remoting.samples.chat.server.
ChatServer_Impl
(implements org.jboss.remoting.
ServerInvocationHandler
)
org.jboss.remoting.samples.chat.server.
ChatStore
(implements java.io.Serializable)
org.jboss.remoting.loading.
ClassBytes
(implements java.io.Serializable)
org.jboss.remoting.loading.
CompressedClassBytes
(implements java.io.Externalizable)
java.lang.ClassLoader
org.jboss.remoting.loading.
ClassByteClassLoader
org.jboss.remoting.loading.
RemotingClassLoader
org.jboss.remoting.serialization.
ClassLoaderUtility
org.jboss.remoting.loading.
ClassUtil
org.jboss.remoting.
Client
(implements java.io.Externalizable)
org.jboss.remoting.samples.transporter.basic.client.
Client
org.jboss.remoting.samples.transporter.clustered.client.
Client
org.jboss.remoting.samples.transporter.complex.client.
Client
org.jboss.remoting.samples.transporter.custom.client.
Client
org.jboss.remoting.samples.transporter.multiple.client.
Client
org.jboss.remoting.samples.transporter.proxy.client.
Client
org.jboss.remoting.samples.transporter.serialization.client.
Client
org.jboss.remoting.samples.transporter.simple.
Client
org.jboss.remoting.samples.multiplex.invoker.
Client2Server1
org.jboss.remoting.samples.multiplex.invoker.
Client2Server1.SampleCallbackHandler
(implements org.jboss.remoting.callback.
InvokerCallbackHandler
)
org.jboss.remoting.samples.multiplex.invoker.
Client2Server2
org.jboss.remoting.samples.multiplex.invoker.
Client2Server2.SampleCallbackHandler
(implements org.jboss.remoting.callback.
InvokerCallbackHandler
)
org.jboss.remoting.samples.multiplex.invoker.
Client3Server1
org.jboss.remoting.samples.multiplex.invoker.
Client3Server1.SampleCallbackHandler
(implements org.jboss.remoting.callback.
InvokerCallbackHandler
)
org.jboss.remoting.
ClientHolder
(implements java.io.Serializable)
org.jboss.remoting.samples.http.
ComplexObject
(implements java.io.Serializable)
java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable)
java.awt.Container
java.awt.Window (implements javax.accessibility.Accessible)
java.awt.Dialog
javax.swing.JDialog (implements javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants)
org.jboss.remoting.samples.chat.client.
ShutDownDialog
java.awt.Frame (implements java.awt.MenuContainer)
javax.swing.JFrame (implements javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants)
org.jboss.remoting.samples.chat.client.
CloseableFrame
org.jboss.remoting.samples.chat.client.
Chat
org.jboss.remoting.samples.chat.client.
ChatFrame
org.jboss.remoting.samples.chat.server.
ChatManagerLauncher
org.jboss.remoting.samples.chat.client.
CreateFrame
org.jboss.remoting.samples.chat.client.
InfoFrame
org.jboss.remoting.samples.chat.client.
JoinFrame
org.jboss.remoting.samples.chat.client.
ListFrame
org.jboss.remoting.samples.chat.client.
TalkFrame
org.jboss.remoting.
ConnectionNotifier
org.jboss.remoting.transport.
Connector
(implements org.jboss.remoting.transport.
ConnectorMBean
, javax.management.MBeanRegistration)
org.jboss.remoting.marshal.
MarshallLoaderConnector
org.jboss.remoting.samples.transporter.basic.
Customer
(implements java.io.Serializable)
org.jboss.remoting.samples.transporter.multiple.
Customer
(implements java.io.Serializable)
org.jboss.remoting.samples.transporter.proxy.
Customer
(implements org.jboss.remoting.samples.transporter.proxy.
ICustomer
, java.io.Serializable)
org.jboss.remoting.samples.transporter.basic.
CustomerProcessorImpl
(implements org.jboss.remoting.samples.transporter.basic.
CustomerProcessor
)
org.jboss.remoting.samples.transporter.multiple.
CustomerProcessorImpl
(implements org.jboss.remoting.samples.transporter.multiple.
CustomerProcessor
)
org.jboss.remoting.samples.transporter.proxy.
CustomerProcessorImpl
(implements org.jboss.remoting.samples.transporter.proxy.
CustomerProcessor
)
org.jboss.remoting.samples.transporter.simple.
DateProcessorImpl
(implements org.jboss.remoting.samples.transporter.simple.
DateProcessor
)
org.jboss.remoting.samples.chat.utility.
Debug
org.jboss.remoting.callback.
DefaultCallbackErrorHandler
(implements org.jboss.remoting.callback.
CallbackErrorHandler
)
org.jboss.remoting.transporter.
DefaultLoadBalancer
(implements org.jboss.remoting.transporter.
LoadBalancer
, java.io.Serializable)
org.jboss.remoting.detection.
Detection
(implements java.io.Serializable)
org.jboss.remoting.detection.util.
DetectorUtil
org.jboss.remoting.samples.transporter.complex.
Doctor
org.jboss.remoting.marshal.encryption.
EncryptionManager
org.jboss.remoting.marshal.encryption.
EncryptionUtil
java.util.EventObject (implements java.io.Serializable)
javax.management.Notification
org.jboss.remoting.network.
NetworkNotification
org.jboss.remoting.samples.chat.server.
ExtendedChatInfo
(implements java.io.Serializable)
org.jboss.remoting.samples.config.factories.
FactoryConfigSample.CallbackHandler
(implements org.jboss.remoting.callback.
InvokerCallbackHandler
)
org.jboss.remoting.samples.config.factories.
FactoryConfigSample.SampleInvocationHandler
(implements org.jboss.remoting.
ServerInvocationHandler
)
org.jboss.remoting.samples.multiplex.
FactoryExample
javax.servlet.GenericServlet (implements java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig)
javax.servlet.http.HttpServlet (implements java.io.Serializable)
org.jboss.remoting.transport.servlet.web.
ServerInvokerServlet
org.jboss.remoting.util.socket.
HandshakeRepeater
(implements javax.net.ssl.HandshakeCompletedListener)
org.jboss.remoting.transport.http.
HTTPMetadataConstants
org.jboss.remoting.transport.http.ssl.
HTTPSClientInvoker.AnyhostVerifier
(implements javax.net.ssl.HostnameVerifier)
org.jboss.remoting.samples.transporter.custom.server.
HTTPServer
org.jboss.remoting.ident.
Identity
(implements java.io.Serializable)
org.jboss.remoting.network.filter.
IdentityFilter
(implements org.jboss.remoting.network.
NetworkFilter
)
org.jboss.remoting.samples.transporter.complex.
Information
org.jboss.remoting.transport.multiplex.
InputMultiplexor
java.io.InputStream (implements java.io.Closeable)
org.jboss.remoting.transport.coyote.
CoyoteInputStream
org.jboss.remoting.transport.multiplex.utility.
GrowablePipedInputStream
org.jboss.remoting.transport.multiplex.
MultiplexingInputStream
java.io.ObjectInputStream (implements java.io.ObjectInput, java.io.ObjectStreamConstants)
org.jboss.remoting.serialization.impl.java.
MarshalledValueInputStream
org.jboss.remoting.loading.
ObjectInputStreamWithClassLoader
org.jboss.remoting.stream.
StreamHandler
org.jboss.remoting.transporter.
InternalTransporterServices
org.jboss.remoting.
InvocationRequest
(implements java.io.Serializable)
org.jboss.remoting.callback.
Callback
org.jboss.remoting.callback.
NullCallbackStore.FailedCallback
org.jboss.remoting.transport.web.
WebServerInvoker.CreatedInvocationRequest
org.jboss.remoting.
InvocationResponse
(implements java.io.Serializable)
org.jboss.remoting.
InvokerLocator
(implements java.io.Serializable)
org.jboss.remoting.network.filter.
InvokerProtocolFilter
(implements org.jboss.remoting.network.
NetworkFilter
)
org.jboss.remoting.
InvokerRegistry
org.jboss.remoting.samples.transporter.custom.server.
JNDIServer
org.jboss.remoting.marshal.encryption.
KeyGeneratorUtil
org.jboss.remoting.
Lease
org.jboss.remoting.
LeasePinger
org.jboss.remoting.samples.chat.client.
LocalStrategy
(implements org.jboss.remoting.samples.chat.client.
ConnectionStrategy
)
org.jboss.util.LRUCachePolicy (implements org.jboss.util.CachePolicy)
org.jboss.remoting.transport.socket.
LRUPool
org.jboss.remoting.marshal.
MarshalFactory
org.jboss.serial.io.MarshalledObject (implements java.io.Serializable)
org.jboss.remoting.serialization.impl.jboss.
MarshalledValue
(implements org.jboss.remoting.serialization.
IMarshalledValue
)
org.jboss.serial.io.MarshalledObjectForLocalCalls (implements java.io.Externalizable)
org.jboss.remoting.serialization.impl.jboss.
SmartCloningMarshalledValue
(implements org.jboss.remoting.serialization.
IMarshalledValue
)
org.jboss.remoting.marshal.
MarshallerLoaderClient
(implements org.jboss.remoting.marshal.
MarshallerLoaderConstants
)
org.jboss.remoting.marshal.
MarshallerLoaderHandler
(implements org.jboss.remoting.marshal.
MarshallerLoaderConstants
, org.jboss.remoting.
ServerInvocationHandler
)
org.jboss.remoting.marshal.
MarshallLoaderFactory
org.jboss.remoting.transport.multiplex.
Multiplex
org.jboss.remoting.transport.multiplex.
MultiplexingManager
(implements javax.net.ssl.HandshakeCompletedListener, org.jboss.remoting.transport.multiplex.
OutputMultiplexor.OutputMultiplexorClient
)
org.jboss.remoting.transport.multiplex.
MultiplexingManager.ShutdownManager
org.jboss.remoting.samples.multiplex.invoker.
MultiplexInvokerServer
org.jboss.remoting.samples.multiplex.invoker.
MultiplexInvokerServer.SampleInvocationHandler
(implements java.lang.Runnable, org.jboss.remoting.
ServerInvocationHandler
)
org.jboss.remoting.transport.multiplex.
MultiplexServerInvoker.InternalHandshakeListener
(implements javax.net.ssl.HandshakeCompletedListener)
org.jboss.remoting.transport.multiplex.
MultiplexServerInvoker.SocketGroupInfo
org.jboss.remoting.samples.multiplex.
N_SocketScenarioClient
org.jboss.remoting.samples.multiplex.
N_SocketScenarioServer
org.jboss.remoting.network.
NetworkInstance
(implements java.io.Serializable)
org.jboss.remoting.network.
NetworkRegistry
(implements org.jboss.remoting.network.
NetworkRegistryMBean
)
org.jboss.remoting.network.
NetworkRegistryFinder
org.jboss.remoting.network.
NetworkRegistryQuery
(implements javax.management.QueryExp)
org.jboss.remoting.samples.serialization.
NonSerializablePayload
org.jboss.remoting.callback.
NullCallbackStore
(implements java.io.Serializable, org.jboss.remoting.
SerializableStore
)
org.jboss.remoting.samples.oneway.
OnewayClient
org.jboss.remoting.samples.oneway.
OnewayServer
org.jboss.remoting.samples.oneway.
OnewayServer.SampleInvocationHandler
(implements org.jboss.remoting.
ServerInvocationHandler
)
org.jboss.remoting.samples.transporter.serialization.
Order
org.jboss.remoting.samples.transporter.serialization.
OrderProcessorImpl
(implements org.jboss.remoting.samples.transporter.serialization.
OrderProcessor
)
org.jboss.remoting.transport.multiplex.
OutputMultiplexor
java.io.OutputStream (implements java.io.Closeable, java.io.Flushable)
java.io.ByteArrayOutputStream
org.jboss.remoting.transport.multiplex.utility.
ShrinkableByteArrayOutputStream
org.jboss.remoting.transport.coyote.
CoyoteOutputStream
org.jboss.remoting.marshal.encryption.
EncryptionOutputStream
org.jboss.remoting.transport.multiplex.utility.
GrowablePipedOutputStream
org.jboss.remoting.transport.multiplex.
MultiplexingOutputStream
java.io.ObjectOutputStream (implements java.io.ObjectOutput, java.io.ObjectStreamConstants)
org.jboss.remoting.serialization.impl.java.
MarshalledValueOutputStream
org.jboss.remoting.transport.multiplex.utility.
SinkOutputStream
org.jboss.remoting.samples.chat.utility.
Parameters
org.jboss.remoting.samples.transporter.complex.
Patient
org.jboss.remoting.transport.multiplex.
PendingAction
org.jboss.remoting.transport.multiplex.
VirtualServerSocket.PendingClose
org.jboss.remoting.transport.multiplex.
VirtualSocket.PendingClose
org.jboss.remoting.transport.multiplex.
VirtualSocket.PendingRemoteDisconnect
org.jboss.remoting.transport.
PortUtil
org.jboss.remoting.samples.multiplex.
PrimeScenarioExampleClient
org.jboss.remoting.samples.multiplex.
PrimeScenarioExampleServer
org.jboss.remoting.transport.multiplex.
Protocol
org.jboss.remoting.samples.transporter.complex.
ProviderInterfaceImpl
(implements org.jboss.remoting.samples.transporter.complex.
ProviderInterface
)
java.io.Reader (implements java.io.Closeable, java.lang.Readable)
org.jboss.remoting.transport.coyote.
InputBuffer
(implements org.apache.tomcat.util.buf.ByteChunk.ByteInputChannel, org.apache.tomcat.util.buf.CharChunk.CharInputChannel, org.apache.tomcat.util.buf.CharChunk.CharOutputChannel)
org.jboss.remoting.samples.chat.utility.
ReadWriteArrayList
(implements java.io.Serializable)
org.jboss.remoting.invocation.
RemoteInvocation
(implements java.io.Serializable)
org.jboss.remoting.invocation.
InternalInvocation
org.jboss.remoting.invocation.
NameBasedInvocation
org.jboss.remoting.invocation.
OnewayInvocation
org.jboss.remoting.samples.chat.client.
RemoteStrategyRemoting
(implements org.jboss.remoting.samples.chat.client.
RemoteStrategy
)
org.jboss.remoting.
Remoting
org.jboss.remoting.util.socket.
RemotingKeyManager
(implements javax.net.ssl.X509KeyManager)
org.jboss.remoting.serialization.
RemotingMarshalledValue
(implements org.jboss.remoting.serialization.
IMarshalledValue
)
org.jboss.remoting.serialization.impl.java.
JavaMarshalledValue
(implements java.io.Externalizable)
org.jboss.remoting.serialization.impl.jboss.
LocalMarshalledValue
(implements java.io.Externalizable)
org.jboss.remoting.transport.rmi.
RemotingRMIClientSocketFactory
(implements java.rmi.server.RMIClientSocketFactory, java.io.Serializable)
org.jboss.remoting.transport.sslrmi.
SerializableSSLClientSocketFactory
org.jboss.remoting.transport.rmi.
RemotingRMIClientSocketFactory.ComparableHolder
org.jboss.remoting.transport.rmi.
RemotingRMIServerSocketFactory
(implements java.rmi.server.RMIServerSocketFactory, java.io.Serializable)
org.jboss.remoting.transport.coyote.ssl.
RemotingSSLSupport
(implements org.apache.tomcat.util.net.SSLSupport)
org.jboss.remoting.transport.coyote.
RequestMap
(implements java.util.Map<K,V>)
org.jboss.remoting.transport.coyote.
ResponseMap
(implements java.util.Map<K,V>)
org.jboss.remoting.marshal.rmi.
RMIMarshaller
(implements org.jboss.remoting.marshal.
Marshaller
)
org.jboss.remoting.samples.transporter.custom.server.
RMIServer
org.jboss.remoting.marshal.rmi.
RMIUnMarshaller
(implements org.jboss.remoting.marshal.
UnMarshaller
)
org.jboss.remoting.marshal.serializable.
SerializableMarshaller
(implements org.jboss.remoting.marshal.
PreferredStreamMarshaller
, org.jboss.remoting.marshal.
VersionedMarshaller
)
org.jboss.remoting.marshal.compress.
CompressingMarshaller
org.jboss.remoting.marshal.encryption.
EncryptingMarshaller
org.jboss.remoting.marshal.http.
HTTPMarshaller
org.jboss.remoting.marshal.serializable.
SerializableUnMarshaller
(implements org.jboss.remoting.marshal.
PreferredStreamUnMarshaller
, org.jboss.remoting.marshal.
VersionedUnMarshaller
)
org.jboss.remoting.marshal.compress.
CompressingUnMarshaller
org.jboss.remoting.marshal.encryption.
EncryptingUnMarshaller
org.jboss.remoting.marshal.http.
HTTPUnMarshaller
org.jboss.remoting.samples.serialization.
SerializationClient
org.jboss.remoting.serialization.
SerializationManager
org.jboss.remoting.serialization.impl.java.
JavaSerializationManager
org.jboss.remoting.serialization.impl.java.
JavaEncryptionSerializationManager
org.jboss.remoting.serialization.impl.jboss.
JBossSerializationManager
org.jboss.remoting.serialization.impl.jboss.
JBossEncryptionSerializationManager
org.jboss.remoting.samples.serialization.
SerializationServer
org.jboss.remoting.samples.serialization.
SerializationServer.SampleInvocationHandler
(implements org.jboss.remoting.
ServerInvocationHandler
)
org.jboss.remoting.serialization.
SerializationStreamFactory
(implements org.jboss.remoting.serialization.
SerializationStreamFactoryMBean
)
org.jboss.remoting.samples.transporter.basic.server.
Server
org.jboss.remoting.samples.transporter.complex.server.
Server
org.jboss.remoting.samples.transporter.multiple.server.
Server
org.jboss.remoting.samples.transporter.proxy.server.
Server
org.jboss.remoting.samples.transporter.serialization.server.
Server
org.jboss.remoting.samples.transporter.simple.
Server
org.jboss.remoting.samples.multiplex.invoker.
Server2Client1
org.jboss.remoting.samples.multiplex.invoker.
Server2Client1.SampleCallbackHandler
(implements org.jboss.remoting.callback.
InvokerCallbackHandler
)
org.jboss.remoting.samples.multiplex.invoker.
Server2Client2
org.jboss.remoting.samples.multiplex.invoker.
Server2Client2.SampleCallbackHandler
(implements org.jboss.remoting.callback.
InvokerCallbackHandler
)
org.jboss.remoting.samples.multiplex.invoker.
Server3Client1
org.jboss.remoting.samples.multiplex.invoker.
Server3Client1.SampleCallbackHandler
(implements org.jboss.remoting.callback.
InvokerCallbackHandler
)
org.jboss.remoting.transport.socket.
ServerAddress
(implements java.io.Serializable)
org.jboss.remoting.callback.
ServerInvokerCallbackHandler
(implements org.jboss.remoting.callback.
AsynchInvokerCallbackHandler
, org.jboss.remoting.
ConnectionListener
)
org.jboss.remoting.detection.
ServerInvokerMetadata
(implements java.io.Serializable)
java.net.ServerSocket
org.jboss.remoting.socketfactory.
CreationListenerServerSocket
org.jboss.remoting.transport.multiplex.
MasterServerSocket
(implements java.io.Serializable)
org.jboss.remoting.transport.multiplex.
VirtualServerSocket
(implements java.io.Serializable)
javax.net.ServerSocketFactory
org.jboss.remoting.socketfactory.
CreationListenerServerSocketFactory
(implements java.io.Serializable, org.jboss.remoting.socketfactory.
ServerSocketFactoryWrapper
)
org.jboss.remoting.samples.config.factories.
FactoryConfigSample.SampleServerSocketFactory
org.jboss.remoting.security.
ServerSocketFactoryWrapper
javax.net.ssl.SSLServerSocketFactory
org.jboss.remoting.security.
CustomSSLServerSocketFactory
org.jboss.remoting.security.
SSLServerSocketFactoryService
(implements org.jboss.remoting.security.
SSLServerSocketFactoryServiceMBean
)
org.jboss.remoting.transport.multiplex.
VirtualServerSocketFactory
org.apache.tomcat.util.net.ServerSocketFactory (implements java.lang.Cloneable)
org.jboss.remoting.transport.coyote.ssl.
RemotingServerSocketFactory
org.jboss.remoting.samples.chat.utility.
ShutDownGate
(implements java.io.Serializable)
org.jboss.remoting.samples.http.
SimpleClient
org.jboss.remoting.samples.simple.
SimpleClient
org.jboss.remoting.samples.detection.jndi.
SimpleDetectorClient
(implements javax.management.NotificationListener)
org.jboss.remoting.samples.detection.jndi.ssl.
SimpleSSLDetectorClient
org.jboss.remoting.samples.detection.multicast.
SimpleDetectorClient
(implements javax.management.NotificationListener)
org.jboss.remoting.samples.detection.jndi.
SimpleDetectorServer
org.jboss.remoting.samples.detection.jndi.ssl.
SimpleSSLDetectorServer
org.jboss.remoting.samples.detection.multicast.
SimpleDetectorServer
org.jboss.remoting.samples.detection.jndi.
SimpleDetectorServer.SampleInvocationHandler
(implements org.jboss.remoting.
ServerInvocationHandler
)
org.jboss.remoting.samples.detection.multicast.
SimpleDetectorServer.SampleInvocationHandler
(implements org.jboss.remoting.
ServerInvocationHandler
)
org.jboss.remoting.samples.detection.jndi.
SimpleJNDIServer
org.jboss.remoting.samples.http.
SimpleServer
org.jboss.remoting.samples.simple.
SimpleServer
org.jboss.remoting.samples.simple.
SimpleServer.SampleInvocationHandler
(implements org.jboss.remoting.
ServerInvocationHandler
)
java.net.Socket
org.jboss.remoting.transport.multiplex.
VirtualSocket
javax.net.SocketFactory
org.jboss.remoting.samples.config.factories.
FactoryConfigSample.SampleSocketFactory
javax.net.ssl.SSLSocketFactory
org.jboss.remoting.socketfactory.
CreationListenerSocketFactory
(implements java.io.Serializable, org.jboss.remoting.socketfactory.
SocketFactoryWrapper
)
org.jboss.remoting.security.
CustomSSLSocketFactory
org.jboss.remoting.security.
SSLSocketFactoryService
(implements org.jboss.remoting.security.
SSLSocketFactoryServiceMBean
)
org.jboss.remoting.transport.http.ssl.
HTTPSSocketFactory
org.jboss.remoting.transport.multiplex.
VirtualSocketFactory
(implements java.io.Serializable)
org.jboss.remoting.transport.multiplex.
SocketId
(implements java.io.Serializable)
org.jboss.remoting.samples.transporter.clustered.server.
SocketServer
org.jboss.remoting.samples.transporter.clustered.server.
HTTPServer
org.jboss.remoting.samples.transporter.clustered.server.
RMIServer
org.jboss.remoting.samples.transporter.custom.server.
SocketServer
org.jboss.remoting.transport.socket.
SocketWrapper
org.jboss.remoting.transport.socket.
ClientSocketWrapper
(implements org.jboss.remoting.transport.socket.
OpenConnectionChecker
)
org.jboss.remoting.transport.socket.
ServerSocketWrapper
org.apache.tomcat.util.net.SSLImplementation
org.jboss.remoting.transport.coyote.ssl.
RemotingSSLImplementation
org.jboss.remoting.security.
SSLSocketBuilder
(implements java.lang.Cloneable, org.jboss.remoting.security.
SSLSocketBuilderMBean
)
org.jboss.remoting.stream.
StreamCallPayload
(implements java.io.Serializable)
org.jboss.remoting.samples.stream.
StreamingClient
org.jboss.remoting.samples.stream.
StreamingServer
org.jboss.remoting.samples.stream.
StreamingServer.TestStreamInvocationHandler
(implements org.jboss.remoting.stream.
StreamInvocationHandler
)
org.jboss.remoting.stream.
StreamServer
org.jboss.remoting.stream.
StreamServer.Handler
(implements org.jboss.remoting.
ServerInvocationHandler
)
org.jboss.remoting.samples.multiplex.
SymmetricScenarioClient
org.jboss.remoting.samples.multiplex.
SymmetricScenarioServer
java.lang.Thread (implements java.lang.Runnable)
org.jboss.remoting.samples.chat.server.
CallbackThread
org.jboss.remoting.transport.multiplex.
MultiplexingManager.ShutdownThread
org.jboss.remoting.transport.socket.
ServerThread
org.jboss.remoting.transport.socket.
SocketServerInvoker.ServerSocketRefresh
org.jboss.remoting.transport.multiplex.utility.
StoppableThread
org.jboss.remoting.transport.multiplex.
InputMultiplexor.MultiGroupInputThread
org.jboss.remoting.transport.multiplex.
MultiplexingManager.PendingActionThread
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
org.jboss.remoting.
ClientDisconnectedException
org.jboss.remoting.samples.chat.exceptions.
ConnectionException
(implements java.io.Serializable)
org.jboss.remoting.samples.chat.exceptions.
CreateConnectionException
(implements java.io.Serializable)
org.jboss.remoting.samples.chat.exceptions.
DatabaseException
(implements java.io.Serializable)
org.jboss.remoting.callback.
HandleCallbackException
org.jboss.remoting.samples.chat.exceptions.
InfoConnectionException
(implements java.io.Serializable)
org.jboss.remoting.samples.chat.exceptions.
InitializeException
(implements java.io.Serializable)
org.jboss.remoting.samples.chat.exceptions.
InvalidArgumentException
(implements java.io.Serializable)
org.jboss.remoting.
InvalidConfigurationException
org.jboss.remoting.marshal.
InvalidMarshallingResource
java.io.IOException
org.jboss.remoting.transport.coyote.
ClientAbortException
org.jboss.remoting.transport.http.
WebServerError
org.jboss.remoting.samples.chat.exceptions.
JoinConnectionException
(implements java.io.Serializable)
org.jboss.remoting.samples.chat.exceptions.
ListConnectionException
(implements java.io.Serializable)
org.jboss.remoting.samples.chat.exceptions.
NameInUseException
(implements java.io.Serializable)
org.jboss.remoting.samples.chat.exceptions.
NotConnectedException
(implements java.io.Serializable)
org.jboss.remoting.samples.chat.exceptions.
RemoteConnectionException
(implements java.io.Serializable)
java.lang.RuntimeException
org.jboss.remoting.
CannotConnectException
org.jboss.remoting.
ConnectionFailedException
org.jboss.remoting.
ServerInvoker.InvalidStateException
org.jboss.remoting.transport.socket.
ServerThread.AcknowledgeFailure
org.jboss.remoting.samples.chat.exceptions.
ShuttingDownException
(implements java.io.Serializable)
org.jboss.remoting.security.
SSLSocketBuilder.NullStoreURLException
org.jboss.remoting.
SubsystemNotSupported
org.jboss.remoting.samples.chat.exceptions.
TalkConnectionException
(implements java.io.Serializable)
org.jboss.remoting.samples.transporter.complex.
NoDoctorAvailableException
org.jboss.remoting.transport.servlet.
ServletThrowable
java.util.TimerTask (implements java.lang.Runnable)
org.jboss.remoting.callback.
CallbackPoller
(implements java.lang.Runnable)
org.jboss.remoting.
ConnectionValidator
(implements org.jboss.remoting.util.
StoppableTimerTask
)
org.jboss.remoting.transport.socket.
SocketServerInvoker.IdleTimerTask
org.jboss.remoting.util.
TimerUtil
org.jboss.remoting.transport.bisocket.
TransportClientFactory
(implements org.jboss.remoting.transport.
ClientFactory
)
org.jboss.remoting.transport.http.
TransportClientFactory
(implements org.jboss.remoting.transport.
ClientFactory
)
org.jboss.remoting.transport.https.
TransportClientFactory
(implements org.jboss.remoting.transport.
ClientFactory
)
org.jboss.remoting.transport.local.
TransportClientFactory
(implements org.jboss.remoting.transport.
ClientFactory
)
org.jboss.remoting.transport.multiplex.
TransportClientFactory
(implements org.jboss.remoting.transport.
ClientFactory
)
org.jboss.remoting.transport.rmi.
TransportClientFactory
(implements org.jboss.remoting.transport.
ClientFactory
)
org.jboss.remoting.transport.servlet.
TransportClientFactory
(implements org.jboss.remoting.transport.
ClientFactory
)
org.jboss.remoting.transport.socket.
TransportClientFactory
(implements org.jboss.remoting.transport.
ClientFactory
)
org.jboss.remoting.transport.sslbisocket.
TransportClientFactory
(implements org.jboss.remoting.transport.
ClientFactory
)
org.jboss.remoting.transport.sslmultiplex.
TransportClientFactory
(implements org.jboss.remoting.transport.
ClientFactory
)
org.jboss.remoting.transport.sslrmi.
TransportClientFactory
(implements org.jboss.remoting.transport.
ClientFactory
)
org.jboss.remoting.transport.sslservlet.
TransportClientFactory
(implements org.jboss.remoting.transport.
ClientFactory
)
org.jboss.remoting.transport.sslsocket.
TransportClientFactory
(implements org.jboss.remoting.transport.
ClientFactory
)
org.jboss.remoting.transporter.
TransporterClient
(implements java.lang.reflect.InvocationHandler, java.io.Serializable)
org.jboss.remoting.transporter.
TransporterHandler
(implements org.jboss.remoting.
ServerInvocationHandler
)
org.jboss.remoting.transporter.
TransporterServer
org.jboss.remoting.transport.bisocket.
TransportServerFactory
(implements org.jboss.remoting.transport.
ServerFactory
)
org.jboss.remoting.transport.http.
TransportServerFactory
(implements org.jboss.remoting.transport.
ServerFactory
)
org.jboss.remoting.transport.https.
TransportServerFactory
(implements org.jboss.remoting.transport.
ServerFactory
)
org.jboss.remoting.transport.local.
TransportServerFactory
(implements org.jboss.remoting.transport.
ServerFactory
)
org.jboss.remoting.transport.multiplex.
TransportServerFactory
(implements org.jboss.remoting.transport.
ServerFactory
)
org.jboss.remoting.transport.rmi.
TransportServerFactory
(implements org.jboss.remoting.transport.
ServerFactory
)
org.jboss.remoting.transport.servlet.
TransportServerFactory
(implements org.jboss.remoting.transport.
ServerFactory
)
org.jboss.remoting.transport.socket.
TransportServerFactory
(implements org.jboss.remoting.transport.
ServerFactory
)
org.jboss.remoting.transport.sslbisocket.
TransportServerFactory
(implements org.jboss.remoting.transport.
ServerFactory
)
org.jboss.remoting.transport.sslmultiplex.
TransportServerFactory
(implements org.jboss.remoting.transport.
ServerFactory
)
org.jboss.remoting.transport.sslrmi.
TransportServerFactory
(implements org.jboss.remoting.transport.
ServerFactory
)
org.jboss.remoting.transport.sslservlet.
TransportServerFactory
(implements org.jboss.remoting.transport.
ServerFactory
)
org.jboss.remoting.transport.sslsocket.
TransportServerFactory
(implements org.jboss.remoting.transport.
ServerFactory
)
org.jboss.remoting.
Version
org.jboss.remoting.transport.multiplex.utility.
VirtualSelector
org.jboss.remoting.samples.http.
WebInvocationHandler
(implements org.jboss.remoting.
ServerInvocationHandler
)
org.jboss.remoting.transport.web.
WebUtil
java.io.Writer (implements java.lang.Appendable, java.io.Closeable, java.io.Flushable)
org.jboss.remoting.transport.coyote.
OutputBuffer
(implements org.apache.tomcat.util.buf.ByteChunk.ByteOutputChannel, org.apache.tomcat.util.buf.CharChunk.CharOutputChannel)
Interface Hierarchy
org.jboss.remoting.samples.transporter.multiple.
AccountProcessor
org.jboss.remoting.callback.
CallbackErrorHandler
org.jboss.remoting.callback.
CallbackListener
org.jboss.remoting.samples.chat.client.
ChatReceiver
org.jboss.remoting.samples.chat.server.
ChatServer
org.jboss.remoting.transport.
ClientFactory
org.jboss.remoting.
ConnectionListener
org.jboss.remoting.samples.chat.client.
ConnectionStrategy
org.jboss.remoting.transport.
ConnectorMBean
org.jboss.remoting.samples.transporter.basic.
CustomerProcessor
org.jboss.remoting.samples.transporter.multiple.
CustomerProcessor
org.jboss.remoting.samples.transporter.proxy.
CustomerProcessor
org.jboss.remoting.samples.transporter.simple.
DateProcessor
org.jboss.remoting.samples.transporter.proxy.
ICustomer
org.jboss.remoting.serialization.
IMarshalledValue
org.jboss.remoting.
Invoker
org.jboss.remoting.transport.
BidirectionalClientInvoker
org.jboss.remoting.transport.
ClientInvoker
org.jboss.remoting.transport.
BidirectionalClientInvoker
org.jboss.remoting.callback.
InvokerCallbackHandler
org.jboss.remoting.callback.
AsynchInvokerCallbackHandler
org.jboss.remoting.transporter.
LoadBalancer
org.jboss.remoting.marshal.
MarshallerDecorator
org.jboss.remoting.marshal.
MarshallerLoaderConstants
javax.management.MBeanRegistration
org.jboss.remoting.detection.
AbstractDetectorMBean
org.jboss.remoting.detection.jndi.
JNDIDetectorMBean
org.jboss.remoting.detection.multicast.
MulticastDetectorMBean
org.jboss.remoting.detection.
Detector
org.jboss.remoting.detection.
AbstractDetectorMBean
org.jboss.remoting.detection.jndi.
JNDIDetectorMBean
org.jboss.remoting.detection.multicast.
MulticastDetectorMBean
org.jboss.remoting.detection.jndi.
JNDIDetectorMBean
org.jboss.remoting.detection.multicast.
MulticastDetectorMBean
org.jboss.remoting.detection.jndi.
JNDIDetectorMBean
org.jboss.remoting.detection.multicast.
MulticastDetectorMBean
org.jboss.remoting.network.
NetworkRegistryMBean
(also extends javax.management.NotificationBroadcaster)
org.jboss.remoting.transport.multiplex.
MultiplexInvokerConstants
javax.management.NotificationBroadcaster
org.jboss.remoting.network.
NetworkRegistryMBean
(also extends javax.management.MBeanRegistration)
org.jboss.remoting.transport.socket.
OpenConnectionChecker
org.jboss.remoting.samples.transporter.serialization.
OrderProcessor
org.jboss.remoting.transport.multiplex.
OutputMultiplexor.OutputMultiplexorClient
org.jboss.remoting.samples.transporter.complex.
ProviderInterface
java.rmi.Remote
org.jboss.remoting.transport.rmi.
RMIServerInvokerInf
org.jboss.remoting.samples.chat.client.
RemoteStrategy
java.io.Serializable
org.jboss.remoting.marshal.
Marshaller
org.jboss.remoting.marshal.
PreferredStreamMarshaller
org.jboss.remoting.marshal.
SerialMarshaller
org.jboss.remoting.marshal.
PreferredStreamMarshaller
org.jboss.remoting.marshal.
VersionedMarshaller
org.jboss.remoting.marshal.
VersionedMarshaller
org.jboss.remoting.network.
NetworkFilter
org.jboss.remoting.marshal.
PreferredStreamMarshaller
org.jboss.remoting.marshal.
PreferredStreamUnMarshaller
org.jboss.remoting.marshal.
SerialMarshaller
org.jboss.remoting.marshal.
PreferredStreamMarshaller
org.jboss.remoting.marshal.
VersionedMarshaller
org.jboss.remoting.marshal.
SerialUnMarshaller
org.jboss.remoting.marshal.
PreferredStreamUnMarshaller
org.jboss.remoting.marshal.
VersionedUnMarshaller
org.jboss.remoting.marshal.
UnMarshaller
org.jboss.remoting.marshal.
PreferredStreamUnMarshaller
org.jboss.remoting.marshal.
SerialUnMarshaller
org.jboss.remoting.marshal.
PreferredStreamUnMarshaller
org.jboss.remoting.marshal.
VersionedUnMarshaller
org.jboss.remoting.marshal.
VersionedUnMarshaller
org.jboss.remoting.marshal.
VersionedMarshaller
org.jboss.remoting.marshal.
VersionedUnMarshaller
org.jboss.remoting.
SerializableStore
org.jboss.remoting.callback.
CallbackStoreMBean
org.jboss.remoting.serialization.
SerializationStreamFactoryMBean
org.jboss.remoting.transport.
ServerFactory
org.jboss.remoting.
ServerInvocationHandler
org.jboss.remoting.stream.
StreamInvocationHandler
org.jboss.remoting.
ServerInvokerMBean
org.jboss.remoting.transport.socket.
SocketServerInvokerMBean
org.jboss.remoting.transport.sslsocket.
SSLSocketServerInvokerMBean
org.jboss.remoting.transport.sslsocket.
SSLSocketServerInvokerMBean
org.jboss.remoting.security.
ServerSocketFactoryMBean
org.jboss.remoting.security.
SSLServerSocketFactoryServiceMBean
org.jboss.remoting.socketfactory.
ServerSocketFactoryWrapper
org.jboss.remoting.transport.servlet.
ServletServerInvokerMBean
org.jboss.remoting.socketfactory.
SocketCreationListener
org.jboss.remoting.security.
SocketFactoryMBean
org.jboss.remoting.security.
SSLSocketFactoryServiceMBean
org.jboss.remoting.socketfactory.
SocketFactoryWrapper
org.jboss.remoting.security.
SSLSocketBuilderMBean
org.jboss.remoting.util.
StoppableTimerTask
org.jboss.remoting.
Subsystem
org.jboss.remoting.marshal.
UnMarshallerDecorator
org.jboss.remoting.transport.multiplex.
VirtualSocket.DisconnectListener
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 1998-2005 JBoss Inc . All Rights Reserved.