Uses of Class
org.fourthline.cling.support.avtransport.AVTransportErrorCode

Packages that use AVTransportErrorCode
org.fourthline.cling.support.avtransport   
 

Uses of AVTransportErrorCode in org.fourthline.cling.support.avtransport
 

Methods in org.fourthline.cling.support.avtransport that return AVTransportErrorCode
static AVTransportErrorCode AVTransportErrorCode.getByCode(int code)
           
static AVTransportErrorCode AVTransportErrorCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AVTransportErrorCode[] AVTransportErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.fourthline.cling.support.avtransport with parameters of type AVTransportErrorCode
AVTransportException(AVTransportErrorCode errorCode)
           
AVTransportException(AVTransportErrorCode errorCode, String message)
           
 



Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.