Constructor and Description |
---|
RequestEncoder() |
RequestEncoder(byte version) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
boolean |
hasInputRemaining(org.glassfish.grizzly.attributes.AttributeStorage storage,
Request input) |
protected org.glassfish.grizzly.TransformationResult<Request,org.glassfish.grizzly.Buffer> |
transformImpl(org.glassfish.grizzly.attributes.AttributeStorage storage,
Request request) |
public RequestEncoder()
public RequestEncoder(byte version)
protected org.glassfish.grizzly.TransformationResult<Request,org.glassfish.grizzly.Buffer> transformImpl(org.glassfish.grizzly.attributes.AttributeStorage storage, Request request) throws org.glassfish.grizzly.TransformationException
transformImpl
in class org.glassfish.grizzly.AbstractTransformer<Request,org.glassfish.grizzly.Buffer>
org.glassfish.grizzly.TransformationException
public String getName()
public boolean hasInputRemaining(org.glassfish.grizzly.attributes.AttributeStorage storage, Request input)
Copyright © 2016. All rights reserved.