All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.jetty.server.HttpInputState.puml Maven / Gradle / Ivy

There is a newer version: 12.0.13
Show newest version
@startuml

IDLE:
READY:
UNREADY:

[*] --> IDLE

IDLE --> UNREADY : isReady
IDLE -right->READY : isReady

UNREADY -up-> READY : ASYNC onContentProducible

READY -left->IDLE : nextContent

@enduml




© 2015 - 2024 Weber Informatics LLC | Privacy Policy