copyright The Portico Project 2008.

Uses of Class
org.portico.binding.jsop.rti.JSOPBootstrap

Packages that use JSOPBootstrap
org.portico.binding.jsop.rti   
 

Uses of JSOPBootstrap in org.portico.binding.jsop.rti
 

Fields in org.portico.binding.jsop.rti declared as JSOPBootstrap
private  JSOPBootstrap JSOPDaemon.bootstrap
           
private  JSOPBootstrap JSOPActiveConnection.bootstrap
           
 

Constructors in org.portico.binding.jsop.rti with parameters of type JSOPBootstrap
JSOPActiveConnection(Socket socket, JSOPBootstrap bootstrap)
          Creates a new active connection for the client that is connecting over the given socket.
JSOPDaemon(JSOPBootstrap bootstrap, int port)
          Create a new daemon that is to be associted with the given bootstrap and that should listen on the given port.
 


copyright The Portico Project 2008.