Uses of Enum
software.amazon.awssdk.crt.eventstream.MessageType
Packages that use MessageType
-
Uses of MessageType in software.amazon.awssdk.crt.eventstream
Methods in software.amazon.awssdk.crt.eventstream that return MessageTypeModifier and TypeMethodDescriptionstatic MessageTypeMessageType.fromEnumValue(int enumValue) Create a MessageType enum value from a native enum valuestatic MessageTypeReturns the enum constant of this type with the specified name.static MessageType[]MessageType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.crt.eventstream with parameters of type MessageTypeModifier and TypeMethodDescriptionClientConnectionContinuation.activate(String operationName, List<Header> headers, byte[] payload, MessageType messageType, int messageFlags) Sends the initial message on a continuation, and begins the message flow for a stream.voidClientConnectionContinuation.activate(String operationName, List<Header> headers, byte[] payload, MessageType messageType, int messageFlags, MessageFlushCallback callback) Initiates a new client stream.ClientConnectionContinuation.sendMessage(List<Header> headers, byte[] payload, MessageType messageType, int messageFlags) Sends message on the continuationvoidClientConnectionContinuation.sendMessage(List<Header> headers, byte[] payload, MessageType messageType, int messageFlags, MessageFlushCallback callback) Sends message on the continuationServerConnectionContinuation.sendMessage(List<Header> headers, byte[] payload, MessageType messageType, int messageFlags) Sends message on the continuationvoidServerConnectionContinuation.sendMessage(List<Header> headers, byte[] payload, MessageType messageType, int messageFlags, MessageFlushCallback callback) Sends message on the continuationClientConnection.sendProtocolMessage(List<Header> headers, byte[] payload, MessageType messageType, int messageFlags) Sends a protocol message on the connection.voidClientConnection.sendProtocolMessage(List<Header> headers, byte[] payload, MessageType messageType, int messageFlags, MessageFlushCallback callback) Sends a protocol message on the connection.ServerConnection.sendProtocolMessage(List<Header> headers, byte[] payload, MessageType messageType, int messageFlags) Sends a protocol message on the connection.voidServerConnection.sendProtocolMessage(List<Header> headers, byte[] payload, MessageType messageType, int messageFlags, MessageFlushCallback callback) Sends a protocol message on the connection.