Package | Description |
---|---|
au.gov.amsa.streams |
Modifier and Type | Method and Description |
---|---|
StringSockets.Builder |
StringSockets.Builder.charset(Charset charset) |
static StringSockets.Builder |
StringSockets.from(String host)
Returns a builder for converting a socket read to an Observable.
|
StringSockets.Builder |
StringSockets.Builder.port(int port) |
StringSockets.Builder |
StringSockets.Builder.quietTimeout(long duration,
TimeUnit unit) |
StringSockets.Builder |
StringSockets.Builder.quietTimeoutMs(long quietTimeoutMs) |
StringSockets.Builder |
StringSockets.Builder.reconnectDelay(long duration,
TimeUnit unit) |
StringSockets.Builder |
StringSockets.Builder.reconnectDelayMs(long reconnectDelayMs) |
StringSockets.Builder |
StringSockets.Builder.subscribeOn(rx.Scheduler scheduler) |
Copyright © 2020. All rights reserved.