org.apache.qpid.transport.network.nio
Class NioHandler

java.lang.Object
  extended by org.apache.qpid.transport.network.nio.NioHandler
All Implemented Interfaces:
Runnable

public class NioHandler
extends Object
implements Runnable


Method Summary
static Connection connect(String host, int port, ConnectionDelegate delegate)
           
 void run()
           
static void startBatchingFrames(int connectionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

connect

public static final Connection connect(String host,
                                       int port,
                                       ConnectionDelegate delegate)

run

public void run()
Specified by:
run in interface Runnable

startBatchingFrames

public static void startBatchingFrames(int connectionId)


Licensed to the Apache Software Foundation