| Package | Description |
|---|---|
| org.glassfish.internal.embedded | |
| org.glassfish.internal.embedded.admin | |
| org.glassfish.internal.embedded.grizzly | |
| org.glassfish.kernel.embedded |
| Modifier and Type | Method and Description |
|---|---|
Port |
Server.createPort(int portNumber)
Creates a port to attach to embedded containers.
|
Port |
Ports.createPort(int number)
Creates a port, binds it to a port number and returns it
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Port> |
Ports.getPorts()
Returns the list of allocated ports
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedContainer.bind(Port port,
String protocol)
Binds a port using a specific protocol to this container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedAdminContainer.bind(Port port)
Make the server listen to administrative requests (CLI, REST) on
the passed port.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrizzlyContainer.bind(Port port) |
| Modifier and Type | Class and Description |
|---|---|
class |
PortImpl
Abstract to port creation and destruction
|
| Modifier and Type | Method and Description |
|---|---|
Port |
PortsImpl.createPort(int number) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Port> |
PortsImpl.getPorts() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedAdminCtrImpl.bind(Port port) |
void |
EmbeddedAdminCtrImpl.bind(Port port,
String protocol) |
void |
PortsImpl.remove(Port port) |
Copyright © 2019. All rights reserved.