Uses of Interface
org.ow2.joram.mom.amqp.marshalling.LongString
-
Packages that use LongString Package Description org.ow2.joram.mom.amqp.marshalling -
-
Uses of LongString in org.ow2.joram.mom.amqp.marshalling
Classes in org.ow2.joram.mom.amqp.marshalling that implement LongString Modifier and Type Class Description static classLongStringHelper.ByteArrayLongStringFields in org.ow2.joram.mom.amqp.marshalling declared as LongString Modifier and Type Field Description LongStringAMQP.Connection.Secure. challengeChallenge information, a block of opaque binary data passed to the security mechanism.LongStringAMQP.Connection.Start. localesA list of the message locales that the server supports, delimited by spaces.LongStringAMQP.Connection.Start. mechanismsA list of the security mechanisms that the server supports, delimited by spaces.LongStringAMQP.Channel.OpenOk. reserved1LongStringAMQP.Connection.SecureOk. responseA block of opaque data passed to the security mechanism.LongStringAMQP.Connection.StartOk. responseA block of opaque data passed to the security mechanism.Methods in org.ow2.joram.mom.amqp.marshalling that return LongString Modifier and Type Method Description static LongStringLongStringHelper. asLongString(byte[] bytes)static LongStringLongStringHelper. asLongString(String s)LongStringAMQPInputStream. readLongstr()Methods in org.ow2.joram.mom.amqp.marshalling with parameters of type LongString Modifier and Type Method Description voidAMQPOutputStream. writeLongstr(LongString str)Constructors in org.ow2.joram.mom.amqp.marshalling with parameters of type LongString Constructor 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.
-