Class WebSocketEndpoint

java.lang.Object
com.vonage.client.voice.WebSocketEndpoint
All Implemented Interfaces:
Endpoint

public class WebSocketEndpoint
extends java.lang.Object
implements Endpoint
  • Constructor Summary

    Constructors 
    Constructor Description
    WebSocketEndpoint​(java.lang.String uri, java.lang.String contentType, java.util.List<org.apache.http.NameValuePair> headers)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getContentType()  
    java.util.List<org.apache.http.NameValuePair> getHeaders()  
    java.lang.String getType()  
    java.lang.String getUri()  
    void setContentType​(java.lang.String contentType)  
    void setHeaders​(java.util.List<org.apache.http.NameValuePair> headers)  
    void setUri​(java.lang.String uri)  
    java.lang.String toLog()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait