Uses of Class
javassist.tools.web.BadHttpRequest
-
Packages that use BadHttpRequest Package Description javassist.tools.rmi Sample implementation of remote method invocation.javassist.tools.web Simple web server for running sample code. -
-
Uses of BadHttpRequest in javassist.tools.rmi
Methods in javassist.tools.rmi that throw BadHttpRequest Modifier and Type Method Description voidAppletServer. doReply(java.io.InputStream in, java.io.OutputStream out, java.lang.String cmd)Processes a request from a web browser (an ObjectImporter). -
Uses of BadHttpRequest in javassist.tools.web
Methods in javassist.tools.web with parameters of type BadHttpRequest Modifier and Type Method Description private voidWebserver. replyError(java.io.OutputStream out, BadHttpRequest e)Methods in javassist.tools.web that throw BadHttpRequest Modifier and Type Method Description private voidWebserver. checkFilename(java.lang.String filename, int len)voidWebserver. doReply(java.io.InputStream in, java.io.OutputStream out, java.lang.String cmd)Proceses a HTTP request from a client.private booleanWebserver. letUsersSendClassfile(java.io.OutputStream out, java.lang.String filename, int length)
-