public static class SVCBBase.ParameterNoDefaultAlpn extends SVCBBase.ParameterBase
| Constructor and Description |
|---|
ParameterNoDefaultAlpn() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromString(java.lang.String string) |
void |
fromWire(byte[] bytes) |
int |
getKey() |
java.lang.String |
toString() |
byte[] |
toWire() |
splitStringWithEscapedCommaspublic int getKey()
getKey in class SVCBBase.ParameterBasepublic void fromWire(byte[] bytes)
throws WireParseException
fromWire in class SVCBBase.ParameterBaseWireParseExceptionpublic void fromString(java.lang.String string)
throws TextParseException
fromString in class SVCBBase.ParameterBaseTextParseExceptionpublic byte[] toWire()
toWire in class SVCBBase.ParameterBasepublic java.lang.String toString()
toString in class SVCBBase.ParameterBase