Class WebSocketEndpoint

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      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
    • Constructor Detail

      • WebSocketEndpoint

        public WebSocketEndpoint​(java.lang.String uri,
                                 java.lang.String contentType,
                                 java.util.List<org.apache.http.NameValuePair> headers)
    • Method Detail

      • getUri

        public java.lang.String getUri()
      • getHeaders

        public java.util.List<org.apache.http.NameValuePair> getHeaders()
      • setUri

        public void setUri​(java.lang.String uri)
      • setContentType

        public void setContentType​(java.lang.String contentType)
      • setHeaders

        public void setHeaders​(java.util.List<org.apache.http.NameValuePair> headers)