Uses of Class
com.bytedesk.core.socket.protobuf.model.MessageProto.Message
Packages that use MessageProto.Message
Package
Description
Message handling package containing message models and processors
Utility classes package containing helper methods and common functionality
-
Uses of MessageProto.Message in com.bytedesk.core.message
Methods in com.bytedesk.core.message with parameters of type MessageProto.MessageModifier and TypeMethodDescriptionprivate void
MessageSocketService.doSendMessage
(String topic, MessageProto.Message messageProto, String clientId) private void
MessageSocketService.doSendToSubscribers
(String topic, MessageProto.Message messageProto) void
MessageSocketService.sendProtoMessage
(MessageProto.Message messageProto) -
Uses of MessageProto.Message in com.bytedesk.core.socket.protobuf.model
Fields in com.bytedesk.core.socket.protobuf.model declared as MessageProto.MessageModifier and TypeFieldDescriptionprivate static final MessageProto.Message
MessageProto.Message.DEFAULT_INSTANCE
Fields in com.bytedesk.core.socket.protobuf.model with type parameters of type MessageProto.MessageModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser<MessageProto.Message>
MessageProto.Message.PARSER
Methods in com.bytedesk.core.socket.protobuf.model that return MessageProto.MessageModifier and TypeMethodDescriptionMessageProto.Message.Builder.build()
MessageProto.Message.Builder.buildPartial()
static MessageProto.Message
MessageProto.Message.getDefaultInstance()
MessageProto.Message.Builder.getDefaultInstanceForType()
MessageProto.Message.getDefaultInstanceForType()
static MessageProto.Message
MessageProto.Message.parseDelimitedFrom
(InputStream input) static MessageProto.Message
MessageProto.Message.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MessageProto.Message
MessageProto.Message.parseFrom
(byte[] data) static MessageProto.Message
MessageProto.Message.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MessageProto.Message
MessageProto.Message.parseFrom
(com.google.protobuf.ByteString data) static MessageProto.Message
MessageProto.Message.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MessageProto.Message
MessageProto.Message.parseFrom
(com.google.protobuf.CodedInputStream input) static MessageProto.Message
MessageProto.Message.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MessageProto.Message
MessageProto.Message.parseFrom
(InputStream input) static MessageProto.Message
MessageProto.Message.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MessageProto.Message
MessageProto.Message.parseFrom
(ByteBuffer data) static MessageProto.Message
MessageProto.Message.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.bytedesk.core.socket.protobuf.model that return types with arguments of type MessageProto.MessageModifier and TypeMethodDescriptioncom.google.protobuf.Parser<MessageProto.Message>
MessageProto.Message.getParserForType()
static com.google.protobuf.Parser<MessageProto.Message>
MessageProto.Message.parser()
Methods in com.bytedesk.core.socket.protobuf.model with parameters of type MessageProto.MessageModifier and TypeMethodDescriptionprivate void
MessageProto.Message.Builder.buildPartial0
(MessageProto.Message result) MessageProto.Message.Builder.mergeFrom
(MessageProto.Message other) static MessageProto.Message.Builder
MessageProto.Message.newBuilder
(MessageProto.Message prototype) -
Uses of MessageProto.Message in com.bytedesk.core.utils
Methods in com.bytedesk.core.utils that return MessageProto.MessageModifier and TypeMethodDescriptionstatic MessageProto.Message
MessageConvertUtils.toProtoBean
(MessageProto.Message.Builder targetBuilder, String json)