Uses of Interface
com.rabbitmq.client.LongString
Packages that use LongString
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
-
Uses of LongString in com.rabbitmq.client
Fields in com.rabbitmq.client declared as LongStringModifier and TypeFieldDescriptionprivate LongString
AMQP.Connection.Secure.Builder.challenge
private LongString
AMQP.Channel.OpenOk.Builder.channelId
private LongString
AMQP.Connection.Start.Builder.locales
private LongString
AMQP.Connection.Start.Builder.mechanisms
private LongString
AMQP.Connection.UpdateSecret.Builder.newSecret
private LongString
AMQP.Connection.SecureOk.Builder.response
private LongString
AMQP.Connection.StartOk.Builder.response
Methods in com.rabbitmq.client that return LongStringModifier and TypeMethodDescriptionAMQP.Connection.Secure.getChallenge()
AMQP.Channel.OpenOk.getChannelId()
AMQP.Connection.Start.getLocales()
AMQP.Connection.Start.getMechanisms()
AMQP.Connection.UpdateSecret.getNewSecret()
AMQP.Connection.SecureOk.getResponse()
AMQP.Connection.StartOk.getResponse()
JDKSaslConfig.JDKSaslMechanism.handleChallenge
(LongString challenge, String username, String password) SaslMechanism.handleChallenge
(LongString challenge, String username, String password) Handle one round of challenge-responseMethods in com.rabbitmq.client with parameters of type LongStringModifier and TypeMethodDescriptionAMQP.Connection.Secure.Builder.challenge
(LongString challenge) AMQP.Channel.OpenOk.Builder.channelId
(LongString channelId) JDKSaslConfig.JDKSaslMechanism.handleChallenge
(LongString challenge, String username, String password) SaslMechanism.handleChallenge
(LongString challenge, String username, String password) Handle one round of challenge-responseAMQP.Connection.Start.Builder.locales
(LongString locales) AMQP.Connection.Start.Builder.mechanisms
(LongString mechanisms) AMQP.Connection.UpdateSecret.Builder.newSecret
(LongString newSecret) AMQP.Connection.SecureOk.Builder.response
(LongString response) AMQP.Connection.StartOk.Builder.response
(LongString response) -
Uses of LongString in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement LongStringModifier and TypeClassDescriptionprivate static class
Private API - Implementation ofLongString
.Fields in com.rabbitmq.client.impl declared as LongStringModifier and TypeFieldDescriptionprivate final LongString
AMQImpl.Connection.Secure.challenge
private final LongString
AMQImpl.Channel.OpenOk.channelId
private final LongString
AMQImpl.Connection.Start.locales
private final LongString
AMQImpl.Connection.Start.mechanisms
private final LongString
AMQImpl.Connection.UpdateSecret.newSecret
private final LongString
UpdateSecretExtension.UpdateSecret.newSecret
private final LongString
AMQImpl.Connection.SecureOk.response
private final LongString
AMQImpl.Connection.StartOk.response
Methods in com.rabbitmq.client.impl that return LongStringModifier and TypeMethodDescriptionstatic LongString
LongStringHelper.asLongString
(byte[] bytes) Converts a binary block to a LongString.static LongString
LongStringHelper.asLongString
(String string) Converts a String to a LongString using UTF-8 encoding.AMQImpl.Connection.Secure.getChallenge()
AMQImpl.Channel.OpenOk.getChannelId()
AMQImpl.Connection.Start.getLocales()
AMQImpl.Connection.Start.getMechanisms()
AMQImpl.Connection.UpdateSecret.getNewSecret()
AMQImpl.Connection.SecureOk.getResponse()
AMQImpl.Connection.StartOk.getResponse()
CRDemoMechanism.handleChallenge
(LongString challenge, String username, String password) ExternalMechanism.handleChallenge
(LongString challenge, String username, String password) PlainMechanism.handleChallenge
(LongString challenge, String username, String password) ContentHeaderPropertyReader.readLongstr()
Reads and returns an AMQP "long string" (binary) content header field.final LongString
MethodArgumentReader.readLongstr()
Public API - reads a long string argument.final LongString
ValueReader.readLongstr()
Public API - reads a long string.private static LongString
ValueReader.readLongstr
(DataInputStream in) Convenience method - reads a long string argument from a DataInputStream.Methods in com.rabbitmq.client.impl with parameters of type LongStringModifier and TypeMethodDescriptionCRDemoMechanism.handleChallenge
(LongString challenge, String username, String password) ExternalMechanism.handleChallenge
(LongString challenge, String username, String password) PlainMechanism.handleChallenge
(LongString challenge, String username, String password) void
ContentHeaderPropertyWriter.writeLongstr
(LongString str) final void
MethodArgumentWriter.writeLongstr
(LongString str) Public API - encodes a long string argument from a LongString.final void
ValueWriter.writeLongstr
(LongString str) Public API - encodes a long string from a LongString.Constructors in com.rabbitmq.client.impl with parameters of type LongStringModifierConstructorDescriptionOpenOk
(LongString channelId) Secure
(LongString challenge) SecureOk
(LongString response) Start
(int versionMajor, int versionMinor, Map<String, Object> serverProperties, LongString mechanisms, LongString locales) UpdateSecret
(LongString newSecret, String reason) UpdateSecret
(LongString newSecret, String reason)