Uses of Class
org.smallmind.web.reverse.http1_1.HttpDirection
-
-
Uses of HttpDirection in org.smallmind.web.reverse.http1_1
Methods in org.smallmind.web.reverse.http1_1 that return HttpDirection Modifier and Type Method Description abstract HttpDirectionHttpFrame. getDirection()HttpDirectionHttpRequestFrame. getDirection()HttpDirectionHttpResponseFrame. getDirection()static HttpDirectionHttpDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpDirection[]HttpDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.
-