public class IntercomClient<T>
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
IntercomClient.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
void |
authenticate() |
|
void |
close() |
|
protected void |
connect() |
|
int |
getPing() |
|
long |
getRequestTimeout() |
|
boolean |
isClosed() |
|
IntercomRequest.Builder<T> |
request(java.lang.String event) |
protected void connect()
public void close()
public boolean isClosed()
public void authenticate()
public IntercomRequest.Builder<T> request(java.lang.String event)
public int getPing()
public long getRequestTimeout()
Copyright © 2018. All rights reserved.