mirror of
https://github.com/danog/HTTPPayloads.git
synced 2024-11-26 11:54:39 +01:00
Fixes
This commit is contained in:
parent
215bd3a6b8
commit
7032d28a11
@ -26,7 +26,7 @@ import java.util.Map;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author root
|
||||
* @author Daniil Gentili
|
||||
*/
|
||||
public abstract class Payload {
|
||||
|
||||
|
@ -23,7 +23,7 @@ import java.io.IOException;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author root
|
||||
* @author Daniil Gentili
|
||||
*/
|
||||
public class RequestPayload extends Payload {
|
||||
|
||||
|
@ -23,7 +23,7 @@ import java.io.IOException;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author root
|
||||
* @author Daniil Gentili
|
||||
*/
|
||||
public class ResponsePayload extends Payload {
|
||||
private int responseCode;
|
||||
|
@ -22,7 +22,7 @@ import Payloads.ResponsePayload;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author root
|
||||
* @author Daniil Gentili
|
||||
*/
|
||||
public class ServerException extends Exception {
|
||||
private ResponsePayload response;
|
||||
|
Loading…
Reference in New Issue
Block a user