Modifier and Type | Class and Description |
---|---|
static class |
RequestDecoder.VersionLength |
Modifier and Type | Field and Description |
---|---|
protected org.glassfish.grizzly.attributes.Attribute<RequestDecoder.VersionLength> |
lengthAttribute |
Constructor and Description |
---|
RequestDecoder() |
RequestDecoder(byte version) |
Modifier and Type | Method and Description |
---|---|
protected Request |
doDecode(org.glassfish.grizzly.Buffer buffer,
int len,
byte ver) |
String |
getName() |
byte |
getVersion() |
boolean |
hasInputRemaining(org.glassfish.grizzly.attributes.AttributeStorage storage,
org.glassfish.grizzly.Buffer input) |
void |
release(org.glassfish.grizzly.attributes.AttributeStorage storage) |
protected org.glassfish.grizzly.TransformationResult<org.glassfish.grizzly.Buffer,Request> |
transformImpl(org.glassfish.grizzly.attributes.AttributeStorage storage,
org.glassfish.grizzly.Buffer input) |
protected final org.glassfish.grizzly.attributes.Attribute<RequestDecoder.VersionLength> lengthAttribute
public RequestDecoder()
public RequestDecoder(byte version)
protected org.glassfish.grizzly.TransformationResult<org.glassfish.grizzly.Buffer,Request> transformImpl(org.glassfish.grizzly.attributes.AttributeStorage storage, org.glassfish.grizzly.Buffer input) throws org.glassfish.grizzly.TransformationException
transformImpl
in class org.glassfish.grizzly.AbstractTransformer<org.glassfish.grizzly.Buffer,Request>
org.glassfish.grizzly.TransformationException
protected Request doDecode(org.glassfish.grizzly.Buffer buffer, int len, byte ver)
public String getName()
public boolean hasInputRemaining(org.glassfish.grizzly.attributes.AttributeStorage storage, org.glassfish.grizzly.Buffer input)
public void release(org.glassfish.grizzly.attributes.AttributeStorage storage)
public byte getVersion()
Copyright © 2016. All rights reserved.