public class PostEvent extends ResponseEvent
| Constructor and Description |
|---|
PostEvent(@NotNull
WebServer<?> server,
@NotNull WebConnection connection,
@NotNull Socket socket,
BufferedOutputStream outputStream,
BufferedReader reader,
PrintWriter writer,
String requested)
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull HashMap<String,String> |
getFormInput()
|
getFileRequested,
getOutputStream,
getReader,
getWriter,
sendFileResponse,
sendResponse
getInputStream,
getMethod,
getServer,
getSocket,
hasInputStream,
isCancelled,
setCancelled
public PostEvent(@NotNull
@NotNull WebServer<?> server,
@NotNull
@NotNull WebConnection connection,
@NotNull
@NotNull Socket socket,
BufferedOutputStream outputStream,
BufferedReader reader,
PrintWriter writer,
String requested)
Copyright © 2020. All rights reserved.