Package thredds.server.admin
Class DebugCommands.Event
- java.lang.Object
-
- thredds.server.admin.DebugCommands.Event
-
- Enclosing class:
- DebugCommands
public static class DebugCommands.Event extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ByteArrayOutputStreambosPrintStreampwjavax.servlet.http.HttpServletRequestreqjavax.servlet.http.HttpServletResponseresStringtarget
-
Constructor Summary
Constructors Constructor Description Event(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, PrintStream pw, ByteArrayOutputStream bos, String target)
-
-
-
Field Detail
-
req
public javax.servlet.http.HttpServletRequest req
-
res
public javax.servlet.http.HttpServletResponse res
-
pw
public PrintStream pw
-
bos
public ByteArrayOutputStream bos
-
target
public String target
-
-
Constructor Detail
-
Event
public Event(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, PrintStream pw, ByteArrayOutputStream bos, String target)
-
-