public final class Address extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ANY |
static String |
LOCALHOST |
| Constructor and Description |
|---|
Address(int port) |
Address(String host,
int port) |
public static final String LOCALHOST
public static final String ANY
public Address(int port)
public Address(String host, int port)
public String getHost()
public int getPort()
Copyright © 2015. All rights reserved.