Uses of Class
org.eclipse.jetty.util.ReadLineInputStream.Termination
-
Packages that use ReadLineInputStream.Termination Package Description org.eclipse.jetty.util Jetty Util : Common Utility Classes -
-
Uses of ReadLineInputStream.Termination in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return ReadLineInputStream.Termination Modifier and Type Method Description static ReadLineInputStream.Termination
ReadLineInputStream.Termination. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReadLineInputStream.Termination[]
ReadLineInputStream.Termination. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jetty.util that return types with arguments of type ReadLineInputStream.Termination Modifier and Type Method Description java.util.EnumSet<ReadLineInputStream.Termination>
ReadLineInputStream. getLineTerminations()
Deprecated.
-