Uses of Interface
org.jpos.iso.ISOServerSocketFactory

Packages that use ISOServerSocketFactory
org.jpos.iso ISO-8583/ANSI X9.2 related classes 
 

Uses of ISOServerSocketFactory in org.jpos.iso
 

Classes in org.jpos.iso that implement ISOServerSocketFactory
 class ISOServer
          Accept ServerChannel sessions and forwards them to ISORequestListeners
 class SunJSSESocketFactory
          SunJSSESocketFactory is used by BaseChannel and ISOServer in order to provide hooks for SSL implementations.
 

Fields in org.jpos.iso declared as ISOServerSocketFactory
protected  ISOServerSocketFactory ISOServer.socketFactory
           
 

Methods in org.jpos.iso that return ISOServerSocketFactory
 ISOServerSocketFactory ISOServer.getSocketFactory()
          Gets the ISOClientSocketFactory (may be null)
 

Methods in org.jpos.iso with parameters of type ISOServerSocketFactory
 void ISOServer.setSocketFactory(ISOServerSocketFactory socketFactory)
          Sets the specified Socket Factory to create sockets
 



Copyright © 1998-2012 jPOS.org. All Rights Reserved.