pt.moredata.programlaunch
Interface ServerProperties


public interface ServerProperties

ServerProperties.java Company MoreData

Version:
$Revision: 1.3 $
Author:
pcarmo

Method Summary
 java.io.BufferedInputStream getInputStream()
          Get the BufferedInputStream of the socket open to comunicate with the client.
 java.net.URL[] getJarURLList()
          Get the Jar URL list.
 java.io.BufferedOutputStream getOutputStream()
          Get the BufferedOutputStream of the socket open to comunicate with the client.
 java.net.Socket getSocket()
          Get the socketer opened to comunicate with the client.
 

Method Detail

getSocket

public java.net.Socket getSocket()
Get the socketer opened to comunicate with the client.

Returns:
The socket opened to comunicate with the client.

getInputStream

public java.io.BufferedInputStream getInputStream()
Get the BufferedInputStream of the socket open to comunicate with the client.

Returns:
the BufferedInputStream for reading data from the client.

getOutputStream

public java.io.BufferedOutputStream getOutputStream()
Get the BufferedOutputStream of the socket open to comunicate with the client.

Returns:
the BufferedOutputStream for writing data to the client.

getJarURLList

public java.net.URL[] getJarURLList()
Get the Jar URL list.

Returns:
The jar URL list.