Interface ReactiveSocket
-
- All Superinterfaces:
java.lang.AutoCloseable,NotThrowingAutoCloseable
public interface ReactiveSocket extends NotThrowingAutoCloseable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceReactiveSocket.Connectorstatic interfaceReactiveSocket.Inboxstatic interfaceReactiveSocket.Outboxstatic interfaceReactiveSocket.Settings
-
Method Summary
Modifier and Type Method Description voidclose()ReactiveSocket.ConnectorgetConnector()ReactiveSocket.InboxgetInbox()ReactiveSocket.OutboxgetOutbox()ReactiveSocket.SettingsgetSettings()
-
-
-
Method Detail
-
getInbox
ReactiveSocket.Inbox getInbox()
-
getOutbox
ReactiveSocket.Outbox getOutbox()
-
getConnector
ReactiveSocket.Connector getConnector()
-
getSettings
ReactiveSocket.Settings getSettings()
-
close
void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfaceNotThrowingAutoCloseable
-
-