| Package | Description |
|---|---|
| org.jboss.as.remoting |
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
Protocol.forName(String localName) |
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RemotingConnectorBindingInfoService.install(org.jboss.msc.service.ServiceTarget target,
String connectorName,
SocketBinding binding,
Protocol protocol) |
| Constructor and Description |
|---|
RemotingConnectorInfo(SocketBinding socketBinding,
Protocol protocol) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.