Class ContainerResponseContextImpl

  • All Implemented Interfaces:
    javax.ws.rs.container.ContainerResponseContext

    public class ContainerResponseContextImpl
    extends AbstractResponseContextImpl
    implements javax.ws.rs.container.ContainerResponseContext
    • Method Detail

      • getEntityAnnotations

        public Annotation[] getEntityAnnotations()
        Specified by:
        getEntityAnnotations in interface javax.ws.rs.container.ContainerResponseContext
      • getEntityClass

        public Class<?> getEntityClass()
        Specified by:
        getEntityClass in interface javax.ws.rs.container.ContainerResponseContext
      • getEntityType

        public Type getEntityType()
        Specified by:
        getEntityType in interface javax.ws.rs.container.ContainerResponseContext
      • getHeaders

        public javax.ws.rs.core.MultivaluedMap<String,​Object> getHeaders()
        Specified by:
        getHeaders in interface javax.ws.rs.container.ContainerResponseContext
      • getEntityStream

        public OutputStream getEntityStream()
        Specified by:
        getEntityStream in interface javax.ws.rs.container.ContainerResponseContext
      • setEntityStream

        public void setEntityStream​(OutputStream os)
        Specified by:
        setEntityStream in interface javax.ws.rs.container.ContainerResponseContext