Java org.apache.http.nio NHttpServerConnection fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.nio NHttpServerConnection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.nio NHttpServerConnection.

The text is from its open source code.

Method

voidclose()
booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
HttpContextgetContext()
Returns an HTTP execution context associated with this connection.
HttpRequestgetHttpRequest()
Returns the current HTTP request if one is being received / transmitted.
HttpResponsegetHttpResponse()
Returns the current HTTP response if one is being received / transmitted.
HttpConnectionMetricsgetMetrics()
intgetSocketTimeout()
booleanisResponseSubmitted()
Returns true if an HTTP response has been submitted to the client.
voidrequestInput()
Requests event notifications to be triggered when the underlying channel is ready for input operations.
voidrequestOutput()
Requests event notifications to be triggered when the underlying channel is ready for output operations.
voidshutdown()
voidsubmitResponse(HttpResponse response)
Submits {link @HttpResponse} to be sent to the client.
voidsuspendInput()
Suspends event notifications about the underlying channel being ready for input operations.