Uses of Class
org.littleshoot.stun.stack.message.AbstractStunMessage

Packages that use AbstractStunMessage
org.littleshoot.stun.stack.message   
org.littleshoot.stun.stack.message.turn   
 

Uses of AbstractStunMessage in org.littleshoot.stun.stack.message
 

Subclasses of AbstractStunMessage in org.littleshoot.stun.stack.message
 class BindingErrorResponse
          Binding error response message.
 class BindingRequest
          A STUN Binding message.
 class BindingSuccessResponse
          Binding response message.
 

Uses of AbstractStunMessage in org.littleshoot.stun.stack.message.turn
 

Subclasses of AbstractStunMessage in org.littleshoot.stun.stack.message.turn
 class AbstractStunDataMessage
          Abstract class for TURN messages containing data, particularly the Send Indication and the Data Indication messages.
 class AllocateErrorResponse
          Creates a new response to an allocate request.
 class AllocateRequest
          Allocate request message.
 class AllocateSuccessResponse
          Creates a new response to an allocate request.
 class ConnectionStatusIndication
          Message indicating the connection status of a specific remote host.
 class ConnectRequest
          A TURN connect request message.
 class DataIndication
          TURN message that encapsulates data coming from a remote host for sending on to the TURN client.
 class SendIndication
          TURN send message for encapsulating data to be sent to remote hosts.
 



Copyright © 2013 LittleShoot. All Rights Reserved.