Uses of Class
io.undertow.server.AbstractServerConnection.ConduitState
-
Packages that use AbstractServerConnection.ConduitState Package Description io.undertow.server io.undertow.server.protocol.ajp -
-
Uses of AbstractServerConnection.ConduitState in io.undertow.server
Methods in io.undertow.server that return AbstractServerConnection.ConduitState Modifier and Type Method Description AbstractServerConnection.ConduitState
AbstractServerConnection. resetChannel()
Resets the channel to its original state, effectively disabling all current conduit wrappers.Methods in io.undertow.server with parameters of type AbstractServerConnection.ConduitState Modifier and Type Method Description void
AbstractServerConnection. restoreChannel(AbstractServerConnection.ConduitState state)
Restores the channel conduits to a previous state.protected static org.xnio.conduits.StreamSinkConduit
AbstractServerConnection. sink(AbstractServerConnection.ConduitState state)
protected static org.xnio.conduits.StreamSourceConduit
AbstractServerConnection. source(AbstractServerConnection.ConduitState state)
-
Uses of AbstractServerConnection.ConduitState in io.undertow.server.protocol.ajp
Methods in io.undertow.server.protocol.ajp that return AbstractServerConnection.ConduitState Modifier and Type Method Description AbstractServerConnection.ConduitState
AjpServerConnection. resetChannel()
Methods in io.undertow.server.protocol.ajp with parameters of type AbstractServerConnection.ConduitState Modifier and Type Method Description void
AjpServerConnection. restoreChannel(AbstractServerConnection.ConduitState state)
-