public class SpdyFramingFilter extends BaseFilter
| Constructor and Description |
|---|
SpdyFramingFilter() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxFrameLength()
Returns the maximum allowed SPDY frame length.
|
NextAction |
handleRead(FilterChainContext ctx) |
NextAction |
handleWrite(FilterChainContext ctx) |
void |
setMaxFrameLength(int maxFrameLength)
Sets the maximum allowed SPDY frame length.
|
createContext, exceptionOccurred, handleAccept, handleClose, handleConnect, handleEvent, onAdded, onFilterChainChanged, onRemovedpublic int getMaxFrameLength()
public void setMaxFrameLength(int maxFrameLength)
public NextAction handleRead(FilterChainContext ctx) throws IOException
handleRead in interface FilterhandleRead in class BaseFilterIOExceptionpublic NextAction handleWrite(FilterChainContext ctx) throws IOException
handleWrite in interface FilterhandleWrite in class BaseFilterIOExceptionCopyright © 2013 Oracle Corporation. All Rights Reserved.