org.apache.qpid.test.utils.protocol
Class TestIoSession

java.lang.Object
  extended by org.apache.mina.common.support.BaseIoSession
      extended by org.apache.qpid.test.utils.protocol.TestIoSession
All Implemented Interfaces:
org.apache.mina.common.IoSession

public class TestIoSession
extends org.apache.mina.common.support.BaseIoSession


Constructor Summary
TestIoSession()
           
 
Method Summary
 org.apache.mina.common.IoSessionConfig getConfig()
           
 org.apache.mina.common.IoFilterChain getFilterChain()
           
 org.apache.mina.common.IoHandler getHandler()
           
 SocketAddress getLocalAddress()
           
 int getLocalPort()
           
 SocketAddress getRemoteAddress()
           
 int getScheduledWriteBytes()
           
 int getScheduledWriteRequests()
           
 org.apache.mina.common.IoService getService()
           
 SocketAddress getServiceAddress()
           
 org.apache.mina.common.IoServiceConfig getServiceConfig()
           
 String getStringLocalAddress()
           
 org.apache.mina.common.TransportType getTransportType()
           
 void setLocalPort(int _localPort)
           
 void setStringLocalAddress(String _stringLocalAddress)
           
protected  void updateTrafficMask()
           
 
Methods inherited from class org.apache.mina.common.support.BaseIoSession
close, close0, containsAttribute, getAttachment, getAttribute, getAttributeKeys, getCloseFuture, getCreationTime, getIdleCount, getIdleTime, getIdleTimeInMillis, getLastIdleTime, getLastIoTime, getLastReadTime, getLastWriteTime, getReadBytes, getReadMessages, getTrafficMask, getWriteTimeout, getWriteTimeoutInMillis, getWrittenBytes, getWrittenMessages, getWrittenWriteRequests, increaseIdleCount, increaseReadBytes, increaseReadMessages, increaseWrittenBytes, increaseWrittenMessages, isClosing, isConnected, isIdle, removeAttribute, resumeRead, resumeWrite, setAttachment, setAttribute, setAttribute, setIdleTime, setTrafficMask, setWriteTimeout, suspendRead, suspendWrite, toString, write, write, write0
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestIoSession

public TestIoSession()
Method Detail

getLocalAddress

public SocketAddress getLocalAddress()

updateTrafficMask

protected void updateTrafficMask()
Specified by:
updateTrafficMask in class org.apache.mina.common.support.BaseIoSession

getService

public org.apache.mina.common.IoService getService()

getServiceConfig

public org.apache.mina.common.IoServiceConfig getServiceConfig()

getHandler

public org.apache.mina.common.IoHandler getHandler()

getConfig

public org.apache.mina.common.IoSessionConfig getConfig()

getFilterChain

public org.apache.mina.common.IoFilterChain getFilterChain()

getTransportType

public org.apache.mina.common.TransportType getTransportType()

getRemoteAddress

public SocketAddress getRemoteAddress()

getServiceAddress

public SocketAddress getServiceAddress()

getScheduledWriteRequests

public int getScheduledWriteRequests()

getScheduledWriteBytes

public int getScheduledWriteBytes()

getStringLocalAddress

public String getStringLocalAddress()

setStringLocalAddress

public void setStringLocalAddress(String _stringLocalAddress)

getLocalPort

public int getLocalPort()

setLocalPort

public void setLocalPort(int _localPort)


Licensed to the Apache Software Foundation