public class ResponseImpl
extends Response
Title: StreamScape JAX-RS implementation
Description: Response implementation.
Copyright: Copyright (c) 2016
Company: StreamScape Technologies
Modifier and Type | Class and Description |
---|---|
static class |
ResponseImpl.ResponseBuilderImpl |
Modifier and Type | Method and Description |
---|---|
boolean |
bufferEntity() |
void |
close() |
java.util.Set |
getAllowedMethods() |
java.util.Map |
getCookies() |
java.util.Date |
getDate() |
java.lang.Object |
getEntity() |
EntityTag |
getEntityTag() |
java.lang.String |
getHeaderString(java.lang.String name) |
java.util.Locale |
getLanguage() |
java.util.Date |
getLastModified() |
int |
getLength() |
Link |
getLink(java.lang.String relation) |
Builder |
getLinkBuilder(java.lang.String relation) |
java.util.Set |
getLinks() |
java.net.URI |
getLocation() |
MediaType |
getMediaType() |
<any> |
getMetadata() |
int |
getStatus() |
StatusType |
getStatusInfo() |
<any> |
getStringHeaders() |
boolean |
hasEntity() |
boolean |
hasLink(java.lang.String relation) |
java.lang.Object |
readEntity(<any> entityType) |
java.lang.Object |
readEntity(<any> entityType,
java.lang.annotation.Annotation[] annotations) |
java.lang.Object |
readEntity(java.lang.Class entityType) |
java.lang.Object |
readEntity(java.lang.Class entityType,
java.lang.annotation.Annotation[] annotations) |
public int getStatus()
public StatusType getStatusInfo()
public java.lang.Object getEntity()
public java.util.Map getCookies()
public java.net.URI getLocation()
public java.lang.Object readEntity(java.lang.Class entityType)
public java.lang.Object readEntity(<any> entityType)
public java.lang.Object readEntity(java.lang.Class entityType, java.lang.annotation.Annotation[] annotations)
public java.lang.Object readEntity(<any> entityType, java.lang.annotation.Annotation[] annotations)
public boolean hasEntity()
public boolean bufferEntity()
public void close()
public MediaType getMediaType()
public java.util.Locale getLanguage()
public int getLength()
public java.util.Set getAllowedMethods()
public EntityTag getEntityTag()
public java.util.Date getDate()
public java.util.Date getLastModified()
public java.util.Set getLinks()
public boolean hasLink(java.lang.String relation)
public Link getLink(java.lang.String relation)
public Builder getLinkBuilder(java.lang.String relation)
public <any> getMetadata()
public <any> getStringHeaders()
public java.lang.String getHeaderString(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.