SomCommand |
Class which represents a generic SOM command.
|
SomIntegerDefaults |
|
SomPriority |
Java implementation of message priority values, including Military settings
|
SomQueuedHandler |
Class which models a command handler object; these are queued up
when a command string is sent off and are then used to handler the
resulting response.
|
SomRequest |
Class which models the actual octets of a SOM command as
it is being sent (perhaps in chunks) over the wire/
|
SomResponse |
Class which handles a SOM command response.
|
SomSaslClientFactory |
Class which provides a SaslClientFactory which can create SomScramSha1Client instances.
|
SomSaslProvider |
Provider class for the SOM Sasl Client factory.
|
SomScramSha1Client |
Class which implements a SCRAM-SHA-1 SASL client, in line with the
requirements of javax.security.sasl.
|
SomSession |
Class which implements a SOM connection between a client application
and a SOM server - i.e.
|
SomUtcTime |
This class provides a way to encapsulate a UTCtime struct as used by dcapi to
represent time values returned by the DSA.
|