Interface | Description |
---|---|
AsyncMessageSender |
Asynchronously send messages.
|
AsyncOutgoingMessage |
A message that is to be sent out asynchronously on a connection.
|
ChannelList | |
ClusterURL | |
MessageReceiverStatistics |
Runtime information for the sending side of a connection
|
MessageSender |
Synchronously send messages.
|
MessageSenderStatistics |
Runtime information for the receiving side of a connection.
|
MessageSenderStatisticsSupport | |
OutgoingMessage |
A message that is to be sent out on a connection.
|
Protocol |
Representation of a protocol inside the server.
|
ProtocolHandler |
ProtcolHandler implementations are used for
discriminating inbound connection attempts and as factories for
MuxableSocket implementations for the specified protocol. |
ServerChannel |
A
ServerChannel identifies a contact point for a
Server based on its identity and other
information. |
ServerChannelStream |
Streams implement this to allow the caller to get information
about the local ServerChannel.
|
ServerIdentity |
ServerIdentity to be used for establishing equivalence between
server end points. |
Class | Description |
---|---|
AsyncMessageSenderImpl |
Message sender that queues outgoing messages to avoid a thread
context switch and lock contention.
|
AsyncMessageSenderImpl.WritingState |
Class WritingState ensures that at most one thread is blocked
on writing to the underlying connection and that at least one
thread is trying to write as long as there are messages ready
to write.
|
ChannelHelperBase |
This class contains methods from weblogic.protocol.configuration.ChannelHelper
that operate on the weblogic.protocol package and are WLS-independent.
|
ChannelImpl |
Basic channel implementation
|
ClientEnvironment |
This class initializes all of the relevant system properties
for WebLogic application clients.
|
ClientEnvironment.EnvironmentLoader | |
ClusterURLFactory | |
ClusterURLFactory.NoOpClusterURLImpl |
Default cluster url implementation, usually used on rmi client-side,
which just returns the given url since cluster configuration cannot
be read/accessed from the client.
|
Identity | |
LocalServerIdentity |
Singleton holder for the local server's identity.
|
LocalServerIdentity.SingletonMaker | |
ProtocolHandlerAdmin |
A special handler for the admin protocol.
|
ProtocolHandlerAdmin.ChannelInitializer | |
ProtocolImpl |
A default implementation of
Protocol . |
ProtocolImpl.NullProtocolHandler | |
ProtocolManager |
Manage configured protocols.
|
ProtocolManager.DefaultAdminProtocolMaker | |
ProtocolManager.DefaultProtocolMaker | |
ProtocolManager.DefaultSecureProtocolMaker | |
ProtocolManager.SingletonChannelMaker | |
ProtocolStack |
Maintains a protocol per thread.
|
ServerChannelManager |
A
ServerChannelManager allows client code to map
between ServerIdentity (or HostID) and ServerChannels given certain
criteria such as protocol or channel name. |
ServerChannelManager.SingletonMaker | |
ServerIdentityManager |
A
ServerIdentityManager allows client code to map
between a persistent or transient Identity and a
ServerIdentity (i.e. |
ServerIdentityManager.CompositeKey | |
ServerIdentityManager.Initializer | |
ServerURL |
A URL that represents a WebLogic Server or Cluster.
|
Exception | Description |
---|---|
UnknownProtocolException |
UnknownProtocolException is thrown when a protocol has not been
configured on the running server.
|
weblogic.protocol
.