public class ConnectionType extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_TCP |
| Constructor and Description |
|---|
ConnectionType(int id,
String host,
int port,
int connectionType) |
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectionType() |
String |
getHost() |
int |
getId() |
int |
getPort() |
public static final int TYPE_TCP
public ConnectionType(int id,
String host,
int port,
int connectionType)
public int getId()
public String getHost()
public int getPort()
public int getConnectionType()
Copyright © 2017. All rights reserved.