org.apache.geronimo.gshell.whisper.transport
Interface Transport.Configuration

All Known Implementing Classes:
BaseTransport.BaseTransportConfiguration, SslTransport.Configuration, TcpTransport.Configuration, VmTransport.Configuration
Enclosing interface:
Transport<T extends org.apache.mina.common.IoConnector>

public static interface Transport.Configuration


Method Summary
 org.apache.mina.common.IoHandler getHandler()
           
 org.apache.mina.common.ThreadModel getThreadModel()
           
 void setHandler(org.apache.mina.common.IoHandler handler)
           
 void setThreadModel(org.apache.mina.common.ThreadModel threadModel)
           
 

Method Detail

getHandler

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

setHandler

void setHandler(org.apache.mina.common.IoHandler handler)

getThreadModel

org.apache.mina.common.ThreadModel getThreadModel()

setThreadModel

void setThreadModel(org.apache.mina.common.ThreadModel threadModel)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.