Class AS2BHttpServerConnection

java.lang.Object
org.apache.http.impl.BHttpConnectionBase
org.apache.http.impl.DefaultBHttpServerConnection
org.apache.camel.component.as2.api.io.AS2BHttpServerConnection
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.http.HttpConnection, org.apache.http.HttpInetConnection, org.apache.http.HttpServerConnection

public class AS2BHttpServerConnection extends org.apache.http.impl.DefaultBHttpServerConnection
  • Constructor Summary

    Constructors
    Constructor
    Description
    AS2BHttpServerConnection(int buffersize)
     
    AS2BHttpServerConnection(int buffersize, int fragmentSizeHint, CharsetDecoder chardecoder, CharsetEncoder charencoder, org.apache.http.config.MessageConstraints constraints, org.apache.http.entity.ContentLengthStrategy incomingContentStrategy, org.apache.http.entity.ContentLengthStrategy outgoingContentStrategy, org.apache.http.io.HttpMessageParserFactory<org.apache.http.HttpRequest> requestParserFactory, org.apache.http.io.HttpMessageWriterFactory<org.apache.http.HttpResponse> responseWriterFactory)
     
    AS2BHttpServerConnection(int buffersize, CharsetDecoder chardecoder, CharsetEncoder charencoder, org.apache.http.config.MessageConstraints constraints)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    receiveRequestEntity(org.apache.http.HttpEntityEnclosingRequest request)
     

    Methods inherited from class org.apache.http.impl.DefaultBHttpServerConnection

    bind, flush, onRequestReceived, onResponseSubmitted, receiveRequestHeader, sendResponseEntity, sendResponseHeader

    Methods inherited from class org.apache.http.impl.BHttpConnectionBase

    awaitInput, close, createInputStream, createOutputStream, doFlush, ensureOpen, getLocalAddress, getLocalPort, getMetrics, getRemoteAddress, getRemotePort, getSessionInputBuffer, getSessionOutputBuffer, getSocket, getSocketInputStream, getSocketOutputStream, getSocketTimeout, incrementRequestCount, incrementResponseCount, isOpen, isStale, prepareInput, prepareOutput, setSocketTimeout, shutdown, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.http.HttpConnection

    close, getMetrics, getSocketTimeout, isOpen, isStale, setSocketTimeout, shutdown
  • Constructor Details

    • AS2BHttpServerConnection

      public AS2BHttpServerConnection(int buffersize)
    • AS2BHttpServerConnection

      public AS2BHttpServerConnection(int buffersize, CharsetDecoder chardecoder, CharsetEncoder charencoder, org.apache.http.config.MessageConstraints constraints)
    • AS2BHttpServerConnection

      public AS2BHttpServerConnection(int buffersize, int fragmentSizeHint, CharsetDecoder chardecoder, CharsetEncoder charencoder, org.apache.http.config.MessageConstraints constraints, org.apache.http.entity.ContentLengthStrategy incomingContentStrategy, org.apache.http.entity.ContentLengthStrategy outgoingContentStrategy, org.apache.http.io.HttpMessageParserFactory<org.apache.http.HttpRequest> requestParserFactory, org.apache.http.io.HttpMessageWriterFactory<org.apache.http.HttpResponse> responseWriterFactory)
  • Method Details

    • receiveRequestEntity

      public void receiveRequestEntity(org.apache.http.HttpEntityEnclosingRequest request) throws org.apache.http.HttpException, IOException
      Specified by:
      receiveRequestEntity in interface org.apache.http.HttpServerConnection
      Overrides:
      receiveRequestEntity in class org.apache.http.impl.DefaultBHttpServerConnection
      Throws:
      org.apache.http.HttpException
      IOException