1
0
mirror of https://github.com/danog/HTTPPayloads.git synced 2024-11-26 11:54:39 +01:00
This commit is contained in:
Daniil Gentili 2017-11-04 20:19:54 +03:00
parent 215bd3a6b8
commit 7032d28a11
4 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ import java.util.Map;
/**
*
* @author root
* @author Daniil Gentili
*/
public abstract class Payload {

View File

@ -23,7 +23,7 @@ import java.io.IOException;
/**
*
* @author root
* @author Daniil Gentili
*/
public class RequestPayload extends Payload {

View File

@ -23,7 +23,7 @@ import java.io.IOException;
/**
*
* @author root
* @author Daniil Gentili
*/
public class ResponsePayload extends Payload {
private int responseCode;

View File

@ -22,7 +22,7 @@ import Payloads.ResponsePayload;
/**
*
* @author root
* @author Daniil Gentili
*/
public class ServerException extends Exception {
private ResponsePayload response;