com.maverick.nio
Class ListeningInterface

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

public class ListeningInterface
extends Object


Constructor Summary
ListeningInterface(InetSocketAddress addressToBind, ProtocolContextFactory contextFactory)
           
 
Method Summary
 InetSocketAddress getAddressToBind()
           
 ProtocolContextFactory getContextFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListeningInterface

public ListeningInterface(InetSocketAddress addressToBind,
                          ProtocolContextFactory contextFactory)
Method Detail

getAddressToBind

public InetSocketAddress getAddressToBind()

getContextFactory

public ProtocolContextFactory getContextFactory()


Copyright © 2012. All Rights Reserved.