Package org.webswing.model.app.proto
Interface ServerAppFrameProto.ServerToAppFrameMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServerAppFrameProto.ServerToAppFrameMsgInProto,ServerAppFrameProto.ServerToAppFrameMsgInProto.Builder
- Enclosing class:
- ServerAppFrameProto
public static interface ServerAppFrameProto.ServerToAppFrameMsgInProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerAppFrameProto.ApiCallResultMsgInProtogetApiCallResult()optional .ApiCallResultMsgInProto apiCallResult = 4;ServerAppFrameProto.ApiCallResultMsgInProtoOrBuildergetApiCallResultOrBuilder()optional .ApiCallResultMsgInProto apiCallResult = 4;ServerAppFrameProto.ApiEventMsgInProtogetApiEvent()optional .ApiEventMsgInProto apiEvent = 3;ServerAppFrameProto.ApiEventMsgInProtoOrBuildergetApiEventOrBuilder()optional .ApiEventMsgInProto apiEvent = 3;com.google.protobuf.ByteStringgetAppFrameMsgIn()optional bytes appFrameMsgIn = 1;CommonProto.SimpleEventMsgInProtogetEvents(int index)repeated .commonProto.SimpleEventMsgInProto events = 6;intgetEventsCount()repeated .commonProto.SimpleEventMsgInProto events = 6;java.util.List<CommonProto.SimpleEventMsgInProto>getEventsList()repeated .commonProto.SimpleEventMsgInProto events = 6;CommonProto.SimpleEventMsgInProtoOrBuildergetEventsOrBuilder(int index)repeated .commonProto.SimpleEventMsgInProto events = 6;java.util.List<? extends CommonProto.SimpleEventMsgInProtoOrBuilder>getEventsOrBuilderList()repeated .commonProto.SimpleEventMsgInProto events = 6;CommonProto.ConnectionHandshakeMsgInProtogetHandshake()optional .commonProto.ConnectionHandshakeMsgInProto handshake = 5;CommonProto.ConnectionHandshakeMsgInProtoOrBuildergetHandshakeOrBuilder()optional .commonProto.ConnectionHandshakeMsgInProto handshake = 5;ServerAppFrameProto.ThreadDumpRequestMsgInProtogetThreadDumpRequest()optional .ThreadDumpRequestMsgInProto threadDumpRequest = 2;ServerAppFrameProto.ThreadDumpRequestMsgInProtoOrBuildergetThreadDumpRequestOrBuilder()optional .ThreadDumpRequestMsgInProto threadDumpRequest = 2;CommonProto.TimestampsMsgInProtogetTimestamps(int index)repeated .commonProto.TimestampsMsgInProto timestamps = 7;intgetTimestampsCount()repeated .commonProto.TimestampsMsgInProto timestamps = 7;java.util.List<CommonProto.TimestampsMsgInProto>getTimestampsList()repeated .commonProto.TimestampsMsgInProto timestamps = 7;CommonProto.TimestampsMsgInProtoOrBuildergetTimestampsOrBuilder(int index)repeated .commonProto.TimestampsMsgInProto timestamps = 7;java.util.List<? extends CommonProto.TimestampsMsgInProtoOrBuilder>getTimestampsOrBuilderList()repeated .commonProto.TimestampsMsgInProto timestamps = 7;booleanhasApiCallResult()optional .ApiCallResultMsgInProto apiCallResult = 4;booleanhasApiEvent()optional .ApiEventMsgInProto apiEvent = 3;booleanhasAppFrameMsgIn()optional bytes appFrameMsgIn = 1;booleanhasHandshake()optional .commonProto.ConnectionHandshakeMsgInProto handshake = 5;booleanhasThreadDumpRequest()optional .ThreadDumpRequestMsgInProto threadDumpRequest = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAppFrameMsgIn
boolean hasAppFrameMsgIn()
optional bytes appFrameMsgIn = 1;
-
getAppFrameMsgIn
com.google.protobuf.ByteString getAppFrameMsgIn()
optional bytes appFrameMsgIn = 1;
-
hasThreadDumpRequest
boolean hasThreadDumpRequest()
optional .ThreadDumpRequestMsgInProto threadDumpRequest = 2;
-
getThreadDumpRequest
ServerAppFrameProto.ThreadDumpRequestMsgInProto getThreadDumpRequest()
optional .ThreadDumpRequestMsgInProto threadDumpRequest = 2;
-
getThreadDumpRequestOrBuilder
ServerAppFrameProto.ThreadDumpRequestMsgInProtoOrBuilder getThreadDumpRequestOrBuilder()
optional .ThreadDumpRequestMsgInProto threadDumpRequest = 2;
-
hasApiEvent
boolean hasApiEvent()
optional .ApiEventMsgInProto apiEvent = 3;
-
getApiEvent
ServerAppFrameProto.ApiEventMsgInProto getApiEvent()
optional .ApiEventMsgInProto apiEvent = 3;
-
getApiEventOrBuilder
ServerAppFrameProto.ApiEventMsgInProtoOrBuilder getApiEventOrBuilder()
optional .ApiEventMsgInProto apiEvent = 3;
-
hasApiCallResult
boolean hasApiCallResult()
optional .ApiCallResultMsgInProto apiCallResult = 4;
-
getApiCallResult
ServerAppFrameProto.ApiCallResultMsgInProto getApiCallResult()
optional .ApiCallResultMsgInProto apiCallResult = 4;
-
getApiCallResultOrBuilder
ServerAppFrameProto.ApiCallResultMsgInProtoOrBuilder getApiCallResultOrBuilder()
optional .ApiCallResultMsgInProto apiCallResult = 4;
-
hasHandshake
boolean hasHandshake()
optional .commonProto.ConnectionHandshakeMsgInProto handshake = 5;
-
getHandshake
CommonProto.ConnectionHandshakeMsgInProto getHandshake()
optional .commonProto.ConnectionHandshakeMsgInProto handshake = 5;
-
getHandshakeOrBuilder
CommonProto.ConnectionHandshakeMsgInProtoOrBuilder getHandshakeOrBuilder()
optional .commonProto.ConnectionHandshakeMsgInProto handshake = 5;
-
getEventsList
java.util.List<CommonProto.SimpleEventMsgInProto> getEventsList()
repeated .commonProto.SimpleEventMsgInProto events = 6;
-
getEvents
CommonProto.SimpleEventMsgInProto getEvents(int index)
repeated .commonProto.SimpleEventMsgInProto events = 6;
-
getEventsCount
int getEventsCount()
repeated .commonProto.SimpleEventMsgInProto events = 6;
-
getEventsOrBuilderList
java.util.List<? extends CommonProto.SimpleEventMsgInProtoOrBuilder> getEventsOrBuilderList()
repeated .commonProto.SimpleEventMsgInProto events = 6;
-
getEventsOrBuilder
CommonProto.SimpleEventMsgInProtoOrBuilder getEventsOrBuilder(int index)
repeated .commonProto.SimpleEventMsgInProto events = 6;
-
getTimestampsList
java.util.List<CommonProto.TimestampsMsgInProto> getTimestampsList()
repeated .commonProto.TimestampsMsgInProto timestamps = 7;
-
getTimestamps
CommonProto.TimestampsMsgInProto getTimestamps(int index)
repeated .commonProto.TimestampsMsgInProto timestamps = 7;
-
getTimestampsCount
int getTimestampsCount()
repeated .commonProto.TimestampsMsgInProto timestamps = 7;
-
getTimestampsOrBuilderList
java.util.List<? extends CommonProto.TimestampsMsgInProtoOrBuilder> getTimestampsOrBuilderList()
repeated .commonProto.TimestampsMsgInProto timestamps = 7;
-
getTimestampsOrBuilder
CommonProto.TimestampsMsgInProtoOrBuilder getTimestampsOrBuilder(int index)
repeated .commonProto.TimestampsMsgInProto timestamps = 7;
-
-