Package | Description |
---|---|
org.apache.coyote.http11 |
Modifier and Type | Field and Description |
---|---|
protected NioEndpoint |
Http11NioProcessor.endpoint
Associated endpoint.
|
protected NioEndpoint |
Http11NioProtocol.endpoint |
protected NioEndpoint |
InternalNioInputBuffer.endpoint
NIO end point.
|
protected NioEndpoint |
InternalNioOutputBuffer.endpoint
NIO endpoint.
|
Constructor and Description |
---|
Http11NioProcessor(int headerBufferSize,
NioEndpoint endpoint)
Create a new instance of
Http11NioProcessor |
InternalNioInputBuffer(Request request,
int headerBufferSize,
NioEndpoint endpoint)
Create a new instance of
InternalNioInputBuffer |
InternalNioOutputBuffer(Response response,
int headerBufferSize,
NioEndpoint endpoint)
Create a new instance of
InternalNioOutputBuffer |
Copyright © 2016 JBoss by Red Hat. All rights reserved.