Package org.gnome.gio
Interface DtlsServerConnection.Builder<B extends Builder<B>>
-
Method Summary
Modifier and TypeMethodDescriptiondefault B
setAuthenticationMode
(TlsAuthenticationMode authenticationMode) TheGTlsAuthenticationMode
for the server.Methods inherited from interface io.github.jwharm.javagi.gobject.BuilderInterface
addBuilderProperty, connect, connect, getArena
-
Method Details
-
setAuthenticationMode
TheGTlsAuthenticationMode
for the server. This can be changed before calling g_dtls_connection_handshake() if you want to rehandshake with a different mode from the initial handshake.- Parameters:
authenticationMode
- the value for theauthentication-mode
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-