com.maverick.nio
Class ListeningInterface

java.lang.Object
  extended by com.maverick.nio.ListeningInterface

public class ListeningInterface
extends java.lang.Object


Constructor Summary
ListeningInterface(java.net.InetSocketAddress addressToBind, ProtocolContext context)
           
 
Method Summary
 java.net.InetSocketAddress getAddressToBind()
           
 ProtocolContext getContext()
           
 com.maverick.nio.Proxy getProxy()
           
 boolean isIPV6Interface()
           
 void setProxy(com.maverick.nio.Proxy proxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListeningInterface

public ListeningInterface(java.net.InetSocketAddress addressToBind,
                          ProtocolContext context)
Method Detail

getAddressToBind

public java.net.InetSocketAddress getAddressToBind()

getContext

public ProtocolContext getContext()

isIPV6Interface

public boolean isIPV6Interface()

setProxy

public void setProxy(com.maverick.nio.Proxy proxy)

getProxy

public com.maverick.nio.Proxy getProxy()


Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.