Package com.exedio.cops
Class BodySender
java.lang.Object
com.exedio.cops.BodySender
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
send
(HttpServletResponse response, byte[] body) static void
send
(HttpServletResponse response, StringBuilder body, String encoding) Deprecated.static void
send
(HttpServletResponse response, StringBuilder body, Charset charset)
-
Method Details
-
send
public static void send(HttpServletResponse response, StringBuilder body, Charset charset) throws IOException - Throws:
IOException
-
send
@Deprecated public static void send(HttpServletResponse response, StringBuilder body, String encoding) throws IOException Deprecated.Usesend(HttpServletResponse,StringBuilder,Charset)
instead- Throws:
IOException
-
send
- Throws:
IOException
-
send(HttpServletResponse,StringBuilder,Charset)
instead