| Package | Description |
|---|---|
| com.solacesystems.jcsmp |
The Solace Messaging API for Java (also referred to as JCSMP) is a 100% pure Java implementation that provides an object-oriented API for delivering high message throughput.
|
| com.solacesystems.jcsmp.impl | |
| com.solacesystems.jcsmp.protocol.impl | |
| com.solacesystems.jcsmp.protocol.nio.impl | |
| com.solacesystems.jcsmp.protocol.smf |
| Modifier and Type | Method and Description |
|---|---|
JCSMPSessionStats |
Session.getSessionStats()
Get this session's statistics.
|
| Modifier and Type | Method and Description |
|---|---|
JCSMPSessionStats |
JCSMPBasicSession.getSessionStats() |
JCSMPSessionStats |
SessionModeSupport.getSessionStats() |
JCSMPSessionStats |
JCSMPXMLMessageProducer.getSessionStats() |
| Modifier and Type | Method and Description |
|---|---|
static int |
SmfUhUtil.testValidateUHParams(HeaderDescriptionBean hdr,
JCSMPSessionStats sessionStats) |
static WireMessage |
SmfUhUtil.validateUH(WireMessage msg,
JCSMPSessionStats sessionStats) |
| Constructor and Description |
|---|
ControllerChannel(JCSMPProperties properties,
SecureProperties secureProps,
JCSMPSessionStats sessionStats,
ContextImpl context) |
TcpChannel(JCSMPProperties props,
SecureProperties secureProps,
String channel,
JCSMPSessionStats stats,
ContextImpl context) |
TcpClientChannel(JCSMPProperties props,
SecureProperties secureProps,
JCSMPSessionStats stats,
String sessionId,
JCSMPBasicSession session,
ContextImpl context,
TcpClientChannel.ChannelMode channelMode) |
| Constructor and Description |
|---|
SSLSubscriberMessageReader(ByteChannel byteChannel,
SubscriberWireMessageHandler callbackHandler,
SSLSmfClient smfClient,
boolean genRxTimestamps,
JCSMPSessionStats sessionstats) |
SubscriberMessageReader(ByteChannel byteChannel,
SubscriberWireMessageHandler callbackHandler,
boolean genRxTimestamps,
JCSMPSessionStats sessionstats) |
ZlibSubscriberMessageReader(ByteChannel byteChannel,
SubscriberWireMessageHandler callbackHandler,
SolZlibDeflatePipe zlibpipe,
boolean genRxTimestamps,
JCSMPSessionStats sessionstats) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleSmfClient |
SimpleSmfClientFactory.constructAndInit(JCSMPProperties prop,
JCSMPChannelProperties channelProp,
SecureProperties secureProps,
HostInfo host,
JCSMPSessionStats sessionStats,
ContextImpl context) |
Copyright 2004-2020 Solace Corporation. All rights reserved.