Package org.glassfish.internal.embedded
Interface Port
-
@Contract public interface PortPort abstraction, used to bind several containers to the same port.- Author:
- Jerome Dochez
-
-
Field Summary
Fields Modifier and Type Field Description static StringHTTP_PROTOCOLstatic StringHTTPS_PROTOCOLstatic StringIIOP_PROTOCOL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Unbinds (close) this port instance, releasing network resources at portNumberintgetPortNumber()Returns the port number occupied by this instance.
-
-
-
Field Detail
-
HTTP_PROTOCOL
static final String HTTP_PROTOCOL
- See Also:
- Constant Field Values
-
HTTPS_PROTOCOL
static final String HTTPS_PROTOCOL
- See Also:
- Constant Field Values
-
IIOP_PROTOCOL
static final String IIOP_PROTOCOL
- See Also:
- Constant Field Values
-
-