Uses of Interface
org.littleshoot.stun.stack.message.VisitableStunMessage

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

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

Subinterfaces of VisitableStunMessage in org.littleshoot.stun.stack.message
 interface StunMessage
          Interface for STUN messages.
 

Classes in org.littleshoot.stun.stack.message that implement VisitableStunMessage
 class AbstractStunMessage
          Abstracts out common methods and data of STUN messages.
 class BindingErrorResponse
          Binding error response message.
 class BindingRequest
          A STUN Binding message.
 class BindingSuccessResponse
          Binding response message.
 class CanceledStunMessage
          Placeholder class that forces callers to handle cases where the request transaction was cancelled.
 class ConnectErrorStunMessage
          STUN "message" indicating there was an ICMP error.
 class NullStunMessage
          Placeholder class that forces callers to handle cases such as when there is no response to a request.
 

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

Classes in org.littleshoot.stun.stack.message.turn that implement VisitableStunMessage
 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.