@Contract
public interface Port
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_PROTOCOL |
static String |
HTTPS_PROTOCOL |
static String |
IIOP_PROTOCOL |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Unbinds (close) this port instance, releasing network resources at portNumber
|
int |
getPortNumber()
Returns the port number occupied by this instance.
|
static final String HTTP_PROTOCOL
static final String HTTPS_PROTOCOL
static final String IIOP_PROTOCOL
Copyright © 2019. All rights reserved.