|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of StunAttribute in org.littleshoot.stun.stack.message |
|---|
| Methods in org.littleshoot.stun.stack.message that return types with arguments of type StunAttribute | |
|---|---|
protected static Map<StunAttributeType,StunAttribute> |
AbstractStunMessage.createAttributes(StunAttribute... attributes)
|
protected static Map<StunAttributeType,StunAttribute> |
AbstractStunMessage.createRemoteAddress(InetSocketAddress remoteAddress)
|
Map<StunAttributeType,StunAttribute> |
StunMessage.getAttributes()
Accessor for the message attributes. |
Map<StunAttributeType,StunAttribute> |
NullStunMessage.getAttributes()
|
Map<StunAttributeType,StunAttribute> |
ConnectErrorStunMessage.getAttributes()
|
Map<StunAttributeType,StunAttribute> |
CanceledStunMessage.getAttributes()
|
Map<StunAttributeType,StunAttribute> |
AbstractStunMessage.getAttributes()
|
| Methods in org.littleshoot.stun.stack.message with parameters of type StunAttribute | |
|---|---|
protected static Map<StunAttributeType,StunAttribute> |
AbstractStunMessage.createAttributes(StunAttribute... attributes)
|
| Constructors in org.littleshoot.stun.stack.message with parameters of type StunAttribute | |
|---|---|
BindingRequest(StunAttribute... attributes)
Creates a new Binding Request with the specified attributes. |
|
| Constructor parameters in org.littleshoot.stun.stack.message with type arguments of type StunAttribute | |
|---|---|
AbstractStunMessage(StunMessageType messageType,
Map<StunAttributeType,StunAttribute> attributes)
Creates a new STUN message. |
|
AbstractStunMessage(org.apache.commons.id.uuid.UUID transactionId,
StunMessageType messageType,
Map<StunAttributeType,StunAttribute> attributes)
Creates a new STUN message. |
|
BindingErrorResponse(org.apache.commons.id.uuid.UUID transactionId,
Map<StunAttributeType,StunAttribute> attributes)
Creates a new binding response message. |
|
BindingRequest(org.apache.commons.id.uuid.UUID id,
Map<StunAttributeType,StunAttribute> attributes)
Creates a new STUN binding message. |
|
BindingSuccessResponse(org.apache.commons.id.uuid.UUID transactionId,
Map<StunAttributeType,StunAttribute> attributes)
Creates a new binding response message. |
|
| Uses of StunAttribute in org.littleshoot.stun.stack.message.attributes |
|---|
| Subinterfaces of StunAttribute in org.littleshoot.stun.stack.message.attributes | |
|---|---|
interface |
StunAddressAttribute
Interface for STUN address attributes. |
| Classes in org.littleshoot.stun.stack.message.attributes that implement StunAttribute | |
|---|---|
class |
AbstractStunAddressAttribute
Abstract class for all STUN attributes that include an address. |
class |
AbstractStunAttribute
Abstracts out common STUN attribute functionality. |
class |
ErrorCodeAttribute
The STUN ERROR CODE attribute. |
class |
MappedAddressAttribute
Mapped Address attribute. |
class |
StunServerAttribute
The STUN server attribute. |
| Methods in org.littleshoot.stun.stack.message.attributes that return types with arguments of type StunAttribute | |
|---|---|
Map<StunAttributeType,StunAttribute> |
StunAttributesFactoryImpl.createAttributes(org.littleshoot.mina.common.ByteBuffer body)
|
Map<StunAttributeType,StunAttribute> |
StunAttributesFactory.createAttributes(org.littleshoot.mina.common.ByteBuffer body)
Creates a new Map of STUN attributes from the specified message
body. |
| Uses of StunAttribute in org.littleshoot.stun.stack.message.attributes.ice |
|---|
| Classes in org.littleshoot.stun.stack.message.attributes.ice that implement StunAttribute | |
|---|---|
class |
IceControlledAttribute
The ICE-CONTROLLED attribute is present in a Binding Request, and indicates that the client believes it is currently in the controlled role. |
class |
IceControllingAttribute
The ICE-CONTROLLING attribute is present in a Binding Request, and indicates that the client believes it is currently in the controlling role. |
class |
IcePriorityAttribute
The PRIORITY attribute indicates the priority that is to be associated with a peer reflexive candidate, should one be discovered by this check. |
class |
IceUseCandidateAttribute
The USE-CANDIDATE attribute indicates that the candidate pair resulting from this check should be used for transmission of media. |
| Uses of StunAttribute in org.littleshoot.stun.stack.message.attributes.turn |
|---|
| Classes in org.littleshoot.stun.stack.message.attributes.turn that implement StunAttribute | |
|---|---|
class |
ConnectionStatusAttribute
Connection status attribute. |
class |
DataAttribute
Class that wraps incoming data from a remote host. |
class |
RelayAddressAttribute
Relay address attribute. |
class |
RemoteAddressAttribute
Relay address attribute. |
| Uses of StunAttribute in org.littleshoot.stun.stack.message.turn |
|---|
| Constructor parameters in org.littleshoot.stun.stack.message.turn with type arguments of type StunAttribute | |
|---|---|
AbstractStunDataMessage(org.apache.commons.id.uuid.UUID transactionId,
StunMessageType messageType,
Map<StunAttributeType,StunAttribute> attributes)
Creates a new STUN data message. |
|
AllocateErrorResponse(org.apache.commons.id.uuid.UUID transactionId,
Map<StunAttributeType,StunAttribute> attributes)
Creates a new successful response to an allocate request. |
|
AllocateSuccessResponse(org.apache.commons.id.uuid.UUID transactionId,
Map<StunAttributeType,StunAttribute> attributes)
Creates a new successful response to an allocate request. |
|
ConnectionStatusIndication(org.apache.commons.id.uuid.UUID transactionId,
Map<StunAttributeType,StunAttribute> attributes)
Creates a new connection status indication message. |
|
ConnectRequest(org.apache.commons.id.uuid.UUID transactionId,
Map<StunAttributeType,StunAttribute> attributes)
Creates a new connection request. |
|
DataIndication(org.apache.commons.id.uuid.UUID transactionId,
Map<StunAttributeType,StunAttribute> attributes)
Creates a new Data Indication message. |
|
SendIndication(org.apache.commons.id.uuid.UUID transactionId,
Map<StunAttributeType,StunAttribute> attributes)
Creates a new Send Indication message with data from the network. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||