jif.net
Interface SocketAcceptor


public interface SocketAcceptor

Jif classes can implement this interface, and use the convenience method SocketUtil.acceptConnections.


Method Summary
 void accept(java.io.InputStream input, java.io.OutputStream output)
           
 

Method Detail

accept

void accept(java.io.InputStream input,
            java.io.OutputStream output)
            throws java.io.IOException
Throws:
java.io.IOException