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

Packages that use ConnectErrorStunMessage
org.littleshoot.stun.stack.message   
org.littleshoot.stun.stack.transaction   
 

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

Methods in org.littleshoot.stun.stack.message with parameters of type ConnectErrorStunMessage
 T StunMessageVisitorAdapter.visitConnectErrorMesssage(ConnectErrorStunMessage message)
           
 T StunMessageVisitor.visitConnectErrorMesssage(ConnectErrorStunMessage message)
          Visits a STUN "message" indicating there was a connection error, such as an ICMP error or a failure to create a TCP connection.
 

Uses of ConnectErrorStunMessage in org.littleshoot.stun.stack.transaction
 

Methods in org.littleshoot.stun.stack.transaction with parameters of type ConnectErrorStunMessage
 StunMessage StunClientTransactionImpl.visitConnectErrorMesssage(ConnectErrorStunMessage message)
           
 



Copyright © 2013 LittleShoot. All Rights Reserved.