Modifier and Type | Field and Description |
---|---|
static LinkProtocol |
LinkProtocol.HTTP |
static LinkProtocol |
LinkProtocol.HTTPS |
static LinkProtocol |
LinkProtocol.TLP |
static LinkProtocol |
LinkProtocol.TLPS |
static LinkProtocol |
LinkProtocol.XMPP |
static LinkProtocol |
LinkProtocol.XMPPS |
Modifier and Type | Method and Description |
---|---|
static LinkProtocol |
LinkAddress.checkFormat(java.lang.String url) |
static LinkProtocol |
LinkAddress.extractProtocol(java.lang.String url) |
static LinkProtocol |
LinkProtocol.fromString(java.lang.String name) |
LinkProtocol |
LinkAddress.getProtocol() |
static LinkProtocol |
LinkProtocol.valueOf(java.lang.String name) |
static LinkProtocol[] |
LinkProtocol.values() |
Constructor and Description |
---|
LinkAddress(LinkProtocol protocol,
Address address) |
Modifier and Type | Method and Description |
---|---|
LinkProtocol |
HTTPAcceptorFactory.getAcceptorProtocol() |
LinkProtocol |
HTTPAcceptor.getProtocol() |
Modifier and Type | Method and Description |
---|---|
LinkProtocol |
AcceptorFactory.getAcceptorProtocol()
Returns a base acceptor protocol supported by the factory.
|
LinkProtocol |
Acceptor.getProtocol()
Returns a protocol of the acceptor.
|
Modifier and Type | Method and Description |
---|---|
LinkProtocol |
TLPAcceptorFactory.getAcceptorProtocol() |
LinkProtocol |
TLPAcceptor.getProtocol() |
Modifier and Type | Method and Description |
---|---|
LinkProtocol |
XMPPAcceptorFactory.getAcceptorProtocol() |
LinkProtocol |
XMPPAcceptor.getProtocol() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.