public class CaptchaUtil
extends java.lang.Object
Constructor and Description |
---|
CaptchaUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
makeTextAudio(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
캡챠 오디오 생성
|
static void |
makeTextImage(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
캡챠 이미지 생성
|
public static void makeTextImage(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.io.IOException
req
- HTTP 서블릿 요청res
- HTTP 서블릿 응답java.io.IOException
- 입출력 처리 에러public static void makeTextAudio(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.io.IOException
req
- HTTP 서블릿 요청res
- HTTP 서블릿 응답java.io.IOException
- 입출력 처리 에러