Package com.vonage.client.voice
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.StringgetContentType()java.util.List<org.apache.http.NameValuePair>getHeaders()java.lang.StringgetType()java.lang.StringgetUri()voidsetContentType(java.lang.String contentType)voidsetHeaders(java.util.List<org.apache.http.NameValuePair> headers)voidsetUri(java.lang.String uri)java.lang.StringtoLog()
-
Constructor Details
-
WebSocketEndpoint
public WebSocketEndpoint(java.lang.String uri, java.lang.String contentType, java.util.List<org.apache.http.NameValuePair> headers)
-
-
Method Details