public final class RadixNode
extends java.lang.Object
| Constructor and Description | 
|---|
| RadixNode(java.lang.String location,
         boolean useSSL,
         int port) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object o) | 
| okhttp3.Request | getHttpEndpoint(java.lang.String path)Get the http URL for this radix node | 
| int | getPort() | 
| okhttp3.Request | getWebSocketEndpoint()Get the websocket URL for this radix node | 
| int | hashCode() | 
| boolean | isSsl() | 
| java.lang.String | toString() | 
public okhttp3.Request getWebSocketEndpoint()
public okhttp3.Request getHttpEndpoint(java.lang.String path)
public int getPort()
public boolean isSsl()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object