Holger's
Java API

Uses of Class
com.antelmann.net.SocketConnection

Packages that use SocketConnection
com.antelmann.net The classes in this package are designed to provide convenient access to Internet related functionality. 
com.antelmann.util.logging This package contains classes that implement a custom logging for this framework - separate from java.util.logging. 
 

Uses of SocketConnection in com.antelmann.net
 

Subclasses of SocketConnection in com.antelmann.net
 class SSLSocketConnection
          An SSLSocketConnection provides simplified access to a remote process through an SSLSocket connection.
 

Methods in com.antelmann.net that return SocketConnection
 SocketConnection ChatServer.createConnection(Socket socket)
           
static SocketConnection SocketConnection.createConnection(String hostname, int port)
           
static SocketConnection SocketConnection.createConnection(String hostname, int port, Handshake hs)
          returns a SocketConnection provided there is a Server listening at the specified location with the secified signature; note that this method is blocking.
static SocketConnection SocketConnection.createServerConnection(int port, Handshake hs)
           
static SocketConnection SocketConnection.createServerConnection(ServerSocket serverSocket, Handshake hs)
          waits and listens for a single connection to be made and returns a SocketConnection if the connection made matches the signature.
static SocketConnection SocketConnection.createServerConnection(Socket socket, Handshake hs)
          creates a connection based on a socket that results from a ServerSocket.accept()
 

Uses of SocketConnection in com.antelmann.util.logging
 

Methods in com.antelmann.util.logging that return SocketConnection
 SocketConnection LogNetReceiver.getConnection()
           
 SocketConnection SocketWriter.getSocketConnection()
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads