Uses of Class
io.undertow.util.AbstractAttachable
-
Packages that use AbstractAttachable Package Description io.undertow.client io.undertow.client.http2 io.undertow.server io.undertow.server.protocol.ajp io.undertow.server.protocol.http io.undertow.server.protocol.http2 -
-
Uses of AbstractAttachable in io.undertow.client
Subclasses of AbstractAttachable in io.undertow.client Modifier and Type Class Description classClientRequestA client request.classClientResponseA client response. -
Uses of AbstractAttachable in io.undertow.client.http2
Subclasses of AbstractAttachable in io.undertow.client.http2 Modifier and Type Class Description classHttp2ClientExchange -
Uses of AbstractAttachable in io.undertow.server
Subclasses of AbstractAttachable in io.undertow.server Modifier and Type Class Description classAbstractServerConnectionclassHttpServerExchangeAn HTTP server request/response exchange.classServerConnectionA server connection. -
Uses of AbstractAttachable in io.undertow.server.protocol.ajp
Subclasses of AbstractAttachable in io.undertow.server.protocol.ajp Modifier and Type Class Description classAjpServerConnectionA server-side AJP connection. -
Uses of AbstractAttachable in io.undertow.server.protocol.http
Subclasses of AbstractAttachable in io.undertow.server.protocol.http Modifier and Type Class Description classHttpServerConnectionA server-side HTTP connection. -
Uses of AbstractAttachable in io.undertow.server.protocol.http2
Subclasses of AbstractAttachable in io.undertow.server.protocol.http2 Modifier and Type Class Description classHttp2ServerConnectionA server connection.
-