Package io.pravega.shared.protocol.netty
Class WireCommands.Padding
- java.lang.Object
-
- io.pravega.shared.protocol.netty.WireCommands.Padding
-
- All Implemented Interfaces:
WireCommand
- Enclosing class:
- WireCommands
public static final class WireCommands.Padding extends java.lang.Object implements WireCommand
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetLength()WireCommandTypegetType()inthashCode()static WireCommandreadFrom(java.io.DataInput in, int length)java.lang.StringtoString()voidwriteFields(java.io.DataOutput out)
-
-
-
Method Detail
-
writeFields
public void writeFields(java.io.DataOutput out) throws java.io.IOException- Specified by:
writeFieldsin interfaceWireCommand- Throws:
java.io.IOException
-
readFrom
public static WireCommand readFrom(java.io.DataInput in, int length) throws java.io.IOException
- Throws:
java.io.IOException
-
getType
public WireCommandType getType()
- Specified by:
getTypein interfaceWireCommand
-
getLength
public int getLength()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-