Uses of Enum Class
io.fusionauth.http.server.ProcessorState
Packages that use ProcessorState
-
Uses of ProcessorState in io.fusionauth.http.server
Methods in io.fusionauth.http.server that return ProcessorStateModifier and TypeMethodDescriptionHTTP11Processor.close(boolean endOfStream) HTTPProcessor.close(boolean endOfStream) Closes the processing.HTTPS11Processor.close(boolean endOfStream) HTTP11Processor.read(ByteBuffer buffer) HTTPProcessor.read(ByteBuffer buffer) Allows the HTTPProcessor to handle bytes that were read.HTTPS11Processor.read(ByteBuffer buffer) HTTP11Processor.state()HTTPProcessor.state()HTTPS11Processor.state()static ProcessorStateReturns the enum constant of this class with the specified name.static ProcessorState[]ProcessorState.values()Returns an array containing the constants of this enum class, in the order they are declared.HTTP11Processor.wrote(long num) HTTPProcessor.wrote(long num) Called by the selector to tell the HTTPProcessor that bytes were written back to the client.HTTPS11Processor.wrote(long num)