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