Package | Description |
---|---|
org.ow2.joram.mom.amqp.marshalling |
Modifier and Type | Class and Description |
---|---|
static class |
LongStringHelper.ByteArrayLongString |
Modifier and Type | Field and Description |
---|---|
LongString |
AMQP.Connection.Secure.challenge
Challenge information, a block of opaque binary data passed to the security mechanism.
|
LongString |
AMQP.Connection.Start.locales
A list of the message locales that the server supports, delimited by spaces.
|
LongString |
AMQP.Connection.Start.mechanisms
A list of the security mechanisms that the server supports, delimited by spaces.
|
LongString |
AMQP.Channel.OpenOk.reserved1 |
LongString |
AMQP.Connection.StartOk.response
A block of opaque data passed to the security mechanism.
|
LongString |
AMQP.Connection.SecureOk.response
A block of opaque data passed to the security mechanism.
|
Modifier and Type | Method and Description |
---|---|
static LongString |
LongStringHelper.asLongString(byte[] bytes) |
static LongString |
LongStringHelper.asLongString(String s) |
LongString |
AMQPInputStream.readLongstr() |
Modifier and Type | Method and Description |
---|---|
void |
AMQPOutputStream.writeLongstr(LongString str) |
Constructor and Description |
---|
OpenOk(LongString reserved1)
This method signals to the client that the channel is ready for use.
|
Secure(LongString challenge)
The SASL protocol works by exchanging challenges and responses until both peers have received sufficient information to authenticate each other.
|
SecureOk(LongString response)
This method attempts to authenticate, passing a block of SASL data for the security mechanism at the server side.
|
Start(int versionMajor,
int versionMinor,
Map serverProperties,
LongString mechanisms,
LongString locales)
This method starts the connection negotiation process by telling the client the protocol version that the server proposes, along with a list of security mechanisms which the client can use for authentication.
|
StartOk(Map clientProperties,
String mechanism,
LongString response,
String locale)
This method selects a SASL security mechanism.
|
Copyright © 2020 ScalAgent D.T.. All rights reserved.