|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.starhope.appius.via.ViaHost
public class ViaHost
Field Summary | |
---|---|
private String |
hostname
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) hostname (ViaHost) |
private InputStream |
in
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) in (ViaHost) |
private OutputStream |
out
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) out (ViaHost) |
private Socket |
peerChannel
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) peerChannel (ViaHost) |
private int |
port
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) port (ViaHost) |
Constructor Summary | |
---|---|
ViaHost(String host,
int portNumber)
|
Method Summary | |
---|---|
int |
compareTo(ViaHost arg0)
This is an overriding method. |
String |
getHostname()
|
InputStream |
getInput()
|
OutputStream |
getOutput()
|
Socket |
getPeerChannel()
|
int |
getPort()
|
String |
toString()
This is an overriding method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private final String hostname
private final InputStream in
private final OutputStream out
private final Socket peerChannel
private final int port
Constructor Detail |
---|
public ViaHost(String host, int portNumber) throws UnknownHostException, IOException
host
- WRITEMEportNumber
- WRITEME
UnknownHostException
- WRITEME
IOException
- WRITEMEMethod Detail |
---|
public int compareTo(ViaHost arg0)
compareTo
in interface Comparable<ViaHost>
Comparable.compareTo(java.lang.Object)
public String getHostname()
public InputStream getInput()
public OutputStream getOutput()
public Socket getPeerChannel()
public int getPort()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |