keepalive.socket
Interface ServerSocketIfc

All Known Implementing Classes:
ServerSocketAdapter, SimServerSocket

public interface ServerSocketIfc

Abstracts the functionality of a TCP/IP socket so that either real TCP/IP sockets or simulated sockets can be used.


Method Summary
 AbstractSocket accept()
           
 void close()
           
 

Method Detail

accept

public AbstractSocket accept()
                      throws java.io.IOException

close

public void close()
           throws java.io.IOException


© 2000 Joshua Fox