public static class SchemaBitData.BitClientHandshake.MessageSchema extends Object implements io.protostuff.Schema<BitData.BitClientHandshake>
| Constructor and Description |
|---|
MessageSchema() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName(int number) |
int |
getFieldNumber(String name) |
boolean |
isInitialized(BitData.BitClientHandshake message) |
void |
mergeFrom(io.protostuff.Input input,
BitData.BitClientHandshake message) |
String |
messageFullName() |
String |
messageName() |
BitData.BitClientHandshake |
newMessage() |
Class<BitData.BitClientHandshake> |
typeClass() |
void |
writeTo(io.protostuff.Output output,
BitData.BitClientHandshake message) |
public void writeTo(io.protostuff.Output output,
BitData.BitClientHandshake message)
throws IOException
writeTo in interface io.protostuff.Schema<BitData.BitClientHandshake>IOExceptionpublic boolean isInitialized(BitData.BitClientHandshake message)
isInitialized in interface io.protostuff.Schema<BitData.BitClientHandshake>public String getFieldName(int number)
getFieldName in interface io.protostuff.Schema<BitData.BitClientHandshake>public int getFieldNumber(String name)
getFieldNumber in interface io.protostuff.Schema<BitData.BitClientHandshake>public Class<BitData.BitClientHandshake> typeClass()
typeClass in interface io.protostuff.Schema<BitData.BitClientHandshake>public String messageName()
messageName in interface io.protostuff.Schema<BitData.BitClientHandshake>public String messageFullName()
messageFullName in interface io.protostuff.Schema<BitData.BitClientHandshake>public void mergeFrom(io.protostuff.Input input,
BitData.BitClientHandshake message)
throws IOException
mergeFrom in interface io.protostuff.Schema<BitData.BitClientHandshake>IOExceptionpublic BitData.BitClientHandshake newMessage()
newMessage in interface io.protostuff.Schema<BitData.BitClientHandshake>Copyright © 2021 The Apache Software Foundation. All rights reserved.