Uses of Class
io.helidon.webserver.SocketClosedException
-
Packages that use SocketClosedException Package Description io.helidon.webserver Reactive web server API. -
-
Uses of SocketClosedException in io.helidon.webserver
Methods in io.helidon.webserver that throw SocketClosedException Modifier and Type Method Description void
BareResponse. onNext(DataChunk data)
ProvidedByteBuffer
MUST be fully read during the method call.void
BareResponse. writeStatusAndHeaders(Http.ResponseStatus status, Map<String,List<String>> headers)
Send response line and headers to the client.
-