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

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

Introduction

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

The text is from its open source code.

Implementation

org.apache.http.nio.NHttpServerEventHandler has the following implementations.
Click this link to see all its implementation.

Method

voidclosed(NHttpServerConnection conn)
Triggered when the connection is closed.
voidconnected(NHttpServerConnection conn)
Triggered when a new incoming connection is created.
voidexception(NHttpServerConnection conn, Exception ex)
Triggered if an error occurs during the HTTP exchange.
ClassgetClass()
Returns the runtime class of this Object .
voidtimeout(NHttpServerConnection conn)
Triggered when no input is detected on this connection over the maximum period of inactivity.