Class QuicClient
java.lang.Object
io.vertx.reactivex.core.net.QuicEndpoint
io.vertx.reactivex.core.net.QuicClient
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate, Measured
A Quic client.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConnect to a Quic server at the specificportandhost.connect(int port, String host, QuicConnectOptions options) Connect to a Quic server at the specificportandhost, with specificoptions.connect(SocketAddress address) Connect to a Quic server.connect(SocketAddress address, QuicConnectOptions options) Connect to a Quic server with specificoptions.booleaninthashCode()booleanWhether the metrics are enabled for this measured objectstatic QuicClientnewInstance(QuicClient arg) Connect to a Quic server at the specificportandhost.rxConnect(int port, String host, QuicConnectOptions options) Connect to a Quic server at the specificportandhost, with specificoptions.rxConnect(SocketAddress address) Connect to a Quic server.rxConnect(SocketAddress address, QuicConnectOptions options) Connect to a Quic server with specificoptions.toString()Methods inherited from class QuicEndpoint
bind, close, newInstance, rxBind, rxClose, rxShutdown, rxShutdown, shutdown, shutdown
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
QuicClient
-
QuicClient
-
-
Method Details
-
toString
- Overrides:
toStringin classQuicEndpoint
-
equals
- Overrides:
equalsin classQuicEndpoint
-
hashCode
public int hashCode()- Overrides:
hashCodein classQuicEndpoint
-
getDelegate
- Specified by:
getDelegatein interfaceMeasured- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate- Overrides:
getDelegatein classQuicEndpoint
-
isMetricsEnabled
public boolean isMetricsEnabled()Whether the metrics are enabled for this measured object- Specified by:
isMetricsEnabledin interfaceMeasured- Overrides:
isMetricsEnabledin classQuicEndpoint- Returns:
trueif metrics are enabled
-
connect
Connect to a Quic server at the specificportandhost.- Parameters:
port- the porthost- the host- Returns:
- a Quic connection as a future
-
rxConnect
Connect to a Quic server at the specificportandhost.- Parameters:
port- the porthost- the host- Returns:
- a Quic connection as a future
-
connect
Connect to a Quic server at the specificportandhost, with specificoptions.- Parameters:
port- the porthost- the hostoptions-- Returns:
- a Quic connection as a future
-
rxConnect
Connect to a Quic server at the specificportandhost, with specificoptions.- Parameters:
port- the porthost- the hostoptions-- Returns:
- a Quic connection as a future
-
connect
Connect to a Quic server.- Parameters:
address- the server address- Returns:
- a Quic connection as a future
-
rxConnect
Connect to a Quic server.- Parameters:
address- the server address- Returns:
- a Quic connection as a future
-
connect
Connect to a Quic server with specificoptions.- Parameters:
address- the server addressoptions- the connect options- Returns:
- a Quic connection as a future
-
rxConnect
Connect to a Quic server with specificoptions.- Parameters:
address- the server addressoptions- the connect options- Returns:
- a Quic connection as a future
-
newInstance
-