Uses of Class
com.caucho.burlap.io.BurlapInput
-
Packages that use BurlapInput Package Description com.caucho.burlap.server -
-
Uses of BurlapInput in com.caucho.burlap.server
Methods in com.caucho.burlap.server with parameters of type BurlapInput Modifier and Type Method Description voidBurlapSkeleton. invoke(BurlapInput in, BurlapOutput out)Invoke the object with the request from the input stream.voidBurlapSkeleton. invoke(Object service, BurlapInput in, BurlapOutput out)Invoke the object with the request from the input stream.
-