Uses of Enum
com.mastfrog.netty.http.client.StateType
-
Uses of StateType in com.mastfrog.netty.http.client
Methods in com.mastfrog.netty.http.client that return StateTypeModifier and TypeMethodDescriptionfinal StateTypeResponseFuture.lastState()State.stateType()static StateTypeReturns the enum constant of this type with the specified name.static StateType[]StateType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.mastfrog.netty.http.client with parameters of type StateTypeModifier and TypeMethodDescriptionAdd an event handler for a particular event, using enum constants.<T> ResponseFutureAdd a listener for a particular type of eventSend some objects through the channel once a given state is reached (if the state already has been, they will be sent immediately if the channel is not closed).