@Generated(value="uk.co.real_logic.artio") public class UserRequestDecoder extends uk.co.real_logic.artio.builder.CommonDecoderImpl implements MessageDecoder, uk.co.real_logic.artio.decoder.AbstractUserRequestDecoder
| Modifier and Type | Field and Description |
|---|---|
static long |
MESSAGE_TYPE |
static java.lang.String |
MESSAGE_TYPE_AS_STRING |
static byte[] |
MESSAGE_TYPE_BYTES |
static char[] |
MESSAGE_TYPE_CHARS |
org.agrona.collections.IntHashSet |
messageFields |
org.agrona.collections.IntHashSet |
REQUIRED_FIELDS |
| Constructor and Description |
|---|
UserRequestDecoder() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
appendTo(java.lang.StringBuilder builder) |
java.lang.StringBuilder |
appendTo(java.lang.StringBuilder builder,
int level) |
int |
decode(uk.co.real_logic.artio.util.AsciiBuffer buffer,
int offset,
int length) |
boolean |
hasNewPassword() |
boolean |
hasPassword() |
HeaderDecoder |
header() |
char[] |
newPassword() |
org.agrona.AsciiSequenceView |
newPassword(org.agrona.AsciiSequenceView view) |
java.lang.String |
newPasswordAsString() |
int |
newPasswordLength() |
char[] |
password() |
org.agrona.AsciiSequenceView |
password(org.agrona.AsciiSequenceView view) |
java.lang.String |
passwordAsString() |
int |
passwordLength() |
void |
reset() |
void |
resetMessage() |
void |
resetNewPassword() |
void |
resetPassword() |
void |
resetUsername() |
void |
resetUserRequestID() |
void |
resetUserRequestType() |
UserRequestEncoder |
toEncoder(uk.co.real_logic.artio.builder.Encoder encoder) |
UserRequestEncoder |
toEncoder(UserRequestEncoder encoder) |
java.lang.String |
toString() |
TrailerDecoder |
trailer() |
char[] |
username() |
org.agrona.AsciiSequenceView |
username(org.agrona.AsciiSequenceView view) |
java.lang.String |
usernameAsString() |
int |
usernameLength() |
char[] |
userRequestID() |
org.agrona.AsciiSequenceView |
userRequestID(org.agrona.AsciiSequenceView view) |
java.lang.String |
userRequestIDAsString() |
int |
userRequestIDLength() |
int |
userRequestType() |
UserRequestType |
userRequestTypeAsEnum() |
int |
userRequestTypeLength() |
boolean |
validate() |
getFloat, getFloatFlyweight, getInt, getIntFlyweight, getLong, getLongFlyweight, groupNoField, invalidTagId, rejectReasonpublic final org.agrona.collections.IntHashSet REQUIRED_FIELDS
public static final long MESSAGE_TYPE
public static final java.lang.String MESSAGE_TYPE_AS_STRING
public static final char[] MESSAGE_TYPE_CHARS
public static final byte[] MESSAGE_TYPE_BYTES
public final org.agrona.collections.IntHashSet messageFields
public boolean validate()
validate in interface uk.co.real_logic.artio.builder.Decoderpublic TrailerDecoder trailer()
trailer in interface MessageDecoderpublic HeaderDecoder header()
header in interface uk.co.real_logic.artio.builder.Decoderheader in interface MessageDecoderpublic char[] userRequestID()
public int userRequestIDLength()
public java.lang.String userRequestIDAsString()
public org.agrona.AsciiSequenceView userRequestID(org.agrona.AsciiSequenceView view)
public int userRequestType()
public int userRequestTypeLength()
public UserRequestType userRequestTypeAsEnum()
public char[] username()
public int usernameLength()
public java.lang.String usernameAsString()
public org.agrona.AsciiSequenceView username(org.agrona.AsciiSequenceView view)
public char[] password()
password in interface uk.co.real_logic.artio.decoder.AbstractUserRequestDecoderpublic boolean hasPassword()
hasPassword in interface uk.co.real_logic.artio.decoder.AbstractUserRequestDecoderpublic int passwordLength()
passwordLength in interface uk.co.real_logic.artio.decoder.AbstractUserRequestDecoderpublic java.lang.String passwordAsString()
passwordAsString in interface uk.co.real_logic.artio.decoder.AbstractUserRequestDecoderpublic org.agrona.AsciiSequenceView password(org.agrona.AsciiSequenceView view)
password in interface uk.co.real_logic.artio.decoder.AbstractUserRequestDecoderpublic char[] newPassword()
newPassword in interface uk.co.real_logic.artio.decoder.AbstractUserRequestDecoderpublic boolean hasNewPassword()
hasNewPassword in interface uk.co.real_logic.artio.decoder.AbstractUserRequestDecoderpublic int newPasswordLength()
newPasswordLength in interface uk.co.real_logic.artio.decoder.AbstractUserRequestDecoderpublic java.lang.String newPasswordAsString()
newPasswordAsString in interface uk.co.real_logic.artio.decoder.AbstractUserRequestDecoderpublic org.agrona.AsciiSequenceView newPassword(org.agrona.AsciiSequenceView view)
newPassword in interface uk.co.real_logic.artio.decoder.AbstractUserRequestDecoderpublic int decode(uk.co.real_logic.artio.util.AsciiBuffer buffer,
int offset,
int length)
decode in interface uk.co.real_logic.artio.builder.Decoderpublic void reset()
reset in interface uk.co.real_logic.artio.builder.Decoderpublic void resetMessage()
public void resetUserRequestID()
public void resetUserRequestType()
public void resetUsername()
public void resetPassword()
public void resetNewPassword()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)
appendTo in interface uk.co.real_logic.artio.builder.CharAppenderpublic java.lang.StringBuilder appendTo(java.lang.StringBuilder builder,
int level)
appendTo in interface uk.co.real_logic.artio.builder.Decoderpublic UserRequestEncoder toEncoder(uk.co.real_logic.artio.builder.Encoder encoder)
toEncoder in interface uk.co.real_logic.artio.builder.Decoderpublic UserRequestEncoder toEncoder(UserRequestEncoder encoder)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.