Package org.apache.synapse.transport.nhttp
package org.apache.synapse.transport.nhttp
-
ClassDescriptionRepresents an outgoing Axis2 HTTP/s request.The client connection handler.Performs processing of the HTTP response received for our outgoing request.Default http Get processor implementation for Synapse.NIO transport listener for Axis2 based on HttpCore and NIO extensionsNIO transport sender for Axis2 based on HttpCore and NIO extensionsThis interface is a point of control for Axis2 to control the behaviour of a Request-Response transport such as HTTP/s For nhttp, this does not make much of a difference, as we are capable of keeping a socket open and writing to it from a different thread, while letting the initial thread that read the request go free.This interface is used for plugging in different implementations for special processing of some HTTP GET requests.This class is being used to hold the different runtime objects used by the ListenersStore and manage properties that tune the nhttp transportImplementation of the
ContentOutputBufferinterface that can be shared by multiple threads, usually the I/O dispatch of an I/O reactor and a worker thread.Trust manager accepting any certificate.The server connection handler.Processes an incoming request through Axis2.