public interface StatusLine
Status-Line = HTTP-Version SP Status-Code SP Reason-Phrase CRLF
HttpStatus
Modifier and Type | Method and Description |
---|---|
ProtocolVersion |
getProtocolVersion() |
String |
getReasonPhrase() |
int |
getStatusCode() |
ProtocolVersion getProtocolVersion()
int getStatusCode()
String getReasonPhrase()
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.