Example usage for org.apache.http.nio.reactor IOSession interface-usage

List of usage examples for org.apache.http.nio.reactor IOSession interface-usage

Introduction

In this page you can find the example usage for org.apache.http.nio.reactor IOSession interface-usage.

Usage

From source file org.apache.axis2.transport.nhttp.LoggingIOSession.java

/**
 * Decorator class intended to transparently extend an {@link IOSession} 
 * with basic event logging capabilities using Commons Logging. 
 */
public class LoggingIOSession implements IOSession {

From source file org.apache.synapse.transport.nhttp.LoggingIOSession.java

/**
 * Decorator class intended to transparently extend an {@link IOSession} 
 * with basic event logging capabilities using Commons Logging. 
 */
public class LoggingIOSession implements IOSession {

From source file org.siddhiesb.transport.http.conn.LoggingIOSession.java

/**
 * Decorator class intended to transparently extend an {@link org.apache.http.nio.reactor.IOSession}
 * with basic event logging capabilities using Commons Logging. 
 */
class LoggingIOSession implements IOSession {

From source file org.apache.synapse.transport.http.conn.LoggingIOSession.java

/**
 * Decorator class intended to transparently extend an {@link IOSession} 
 * with basic event logging capabilities using Commons Logging. 
 */
class LoggingIOSession implements IOSession {

From source file org.apache.synapse.transport.utils.logging.LoggingIOSession.java

/**
 * A decorator (wrapper) for IOSession instances. This decorator logs additional
 * debug information regarding each of the events triggered on the actual IOSession
 * instance. Most events are logged 'before' they are dispatched to the wrapped
 * IOSession, but this implementation does not modify the event arguments by any means.
 * In that sense this decorator is read-only and safe. This implementation also facilitates

From source file org.apache.http.nio.testserver.LoggingIOSession.java

/**
 * Decorator class intended to transparently extend an {@link IOSession}
 * with basic event logging capabilities using Commons Logging.
 *
 */
public class LoggingIOSession implements IOSession {

From source file org.apache.http.impl.nio.conn.LoggingIOSession.java

class LoggingIOSession implements IOSession {

    private final IOSession session;
    private final ByteChannel channel;
    private final String id;
    private final Log log;

From source file com.ok2c.lightmtp.impl.protocol.LoggingIOSession.java

class LoggingIOSession implements IOSession {

    private final IOSession session;
    private final ByteChannel channel;
    private final String id;
    private final Logger log;

From source file org.apache.http.contrib.logging.LoggingIOSession.java

/**
 * Decorator class intended to transparently extend an {@link IOSession}
 * with basic event logging capabilities using Commons Logging.
 *
 */
public class LoggingIOSession implements IOSession {