org.apache.qpid.transport.network.mina
Class MinaSender

java.lang.Object
  extended by org.apache.qpid.transport.network.mina.MinaSender
All Implemented Interfaces:
Sender<ByteBuffer>

public class MinaSender
extends Object
implements Sender<ByteBuffer>

MinaSender


Constructor Summary
MinaSender(org.apache.mina.common.IoSession session)
           
 
Method Summary
 void close()
           
 void flush()
           
 long getIdleTimeout()
           
 void send(ByteBuffer buf)
           
 void setIdleTimeout(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinaSender

public MinaSender(org.apache.mina.common.IoSession session)
Method Detail

send

public void send(ByteBuffer buf)
Specified by:
send in interface Sender<ByteBuffer>

flush

public void flush()
Specified by:
flush in interface Sender<ByteBuffer>

close

public void close()
Specified by:
close in interface Sender<ByteBuffer>

setIdleTimeout

public void setIdleTimeout(int i)
Specified by:
setIdleTimeout in interface Sender<ByteBuffer>

getIdleTimeout

public long getIdleTimeout()


Licensed to the Apache Software Foundation