Uses of Class
com.caucho.hessian.io.HessianInputFactory.HeaderType
-
Packages that use HessianInputFactory.HeaderType Package Description com.caucho.hessian.io -
-
Uses of HessianInputFactory.HeaderType in com.caucho.hessian.io
Methods in com.caucho.hessian.io that return HessianInputFactory.HeaderType Modifier and Type Method Description HessianInputFactory.HeaderTypeHessianInputFactory. readHeader(InputStream is)static HessianInputFactory.HeaderTypeHessianInputFactory.HeaderType. valueOf(String name)Returns the enum constant of this type with the specified name.static HessianInputFactory.HeaderType[]HessianInputFactory.HeaderType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-