public class SocketInfo extends Object implements Serializable
| Constructor and Description |
|---|
SocketInfo(InputStream is) |
SocketInfo(String type,
String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
host() |
int |
port() |
String |
toString() |
String |
type() |
void |
write(OutputStream os) |
public SocketInfo(InputStream is)
public String type()
public String host()
public int port()
public void write(OutputStream os)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.