public abstract class _RepeaterNettyRequestImpl extends Object implements _RepeaterNettyRequest
| Constructor and Description |
|---|
_RepeaterNettyRequestImpl(io.netty.handler.codec.http.FullHttpRequest request) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
attr(String name) |
<T> _RepeaterNettyRequest |
attr(String name,
T data) |
String[] |
attrNames() |
void |
clear() |
io.netty.buffer.ByteBuf |
content() |
io.netty.handler.codec.http.FullHttpRequest |
copy() |
io.netty.handler.codec.DecoderResult |
decoderResult() |
io.netty.handler.codec.http.FullHttpRequest |
duplicate() |
io.netty.handler.codec.DecoderResult |
getDecoderResult()
Deprecated.
|
io.netty.handler.codec.http.HttpMethod |
getMethod()
Deprecated.
|
io.netty.handler.codec.http.HttpVersion |
getProtocolVersion()
Deprecated.
|
String |
getUri()
Deprecated.
|
io.netty.handler.codec.http.HttpHeaders |
headers() |
io.netty.handler.codec.http.HttpMethod |
method() |
Object |
originRequest() |
io.netty.handler.codec.http.HttpVersion |
protocolVersion() |
int |
refCnt() |
boolean |
release() |
boolean |
release(int decrement) |
io.netty.handler.codec.http.FullHttpRequest |
replace(io.netty.buffer.ByteBuf content) |
io.netty.handler.codec.http.FullHttpRequest |
retain() |
io.netty.handler.codec.http.FullHttpRequest |
retain(int increment) |
io.netty.handler.codec.http.FullHttpRequest |
retainedDuplicate() |
_RepeaterNettyRequest |
rmAttr(String name) |
void |
setDecoderResult(io.netty.handler.codec.DecoderResult result) |
io.netty.handler.codec.http.FullHttpRequest |
setMethod(io.netty.handler.codec.http.HttpMethod method) |
io.netty.handler.codec.http.FullHttpRequest |
setProtocolVersion(io.netty.handler.codec.http.HttpVersion version) |
io.netty.handler.codec.http.FullHttpRequest |
setUri(String uri) |
io.netty.handler.codec.http.FullHttpRequest |
touch() |
io.netty.handler.codec.http.FullHttpRequest |
touch(Object hint) |
io.netty.handler.codec.http.HttpHeaders |
trailingHeaders() |
String |
uri() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontextpublic _RepeaterNettyRequestImpl(io.netty.handler.codec.http.FullHttpRequest request)
public Object originRequest()
originRequest in interface _RepeaterPlusRequestContextpublic <T> T attr(String name)
attr in interface _RepeaterPlusRequest<_RepeaterNettyRequest>public <T> _RepeaterNettyRequest attr(String name, T data)
attr in interface _RepeaterPlusRequest<_RepeaterNettyRequest>public _RepeaterNettyRequest rmAttr(String name)
rmAttr in interface _RepeaterPlusRequest<_RepeaterNettyRequest>public String[] attrNames()
attrNames in interface _RepeaterPlusRequest<_RepeaterNettyRequest>public io.netty.handler.codec.http.HttpHeaders trailingHeaders()
trailingHeaders in interface io.netty.handler.codec.http.LastHttpContentpublic io.netty.buffer.ByteBuf content()
content in interface io.netty.buffer.ByteBufHolderpublic io.netty.handler.codec.http.FullHttpRequest copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in interface io.netty.handler.codec.http.FullHttpMessagecopy in interface io.netty.handler.codec.http.FullHttpRequestcopy in interface io.netty.handler.codec.http.HttpContentcopy in interface io.netty.handler.codec.http.LastHttpContentpublic io.netty.handler.codec.http.FullHttpRequest duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface io.netty.handler.codec.http.FullHttpMessageduplicate in interface io.netty.handler.codec.http.FullHttpRequestduplicate in interface io.netty.handler.codec.http.HttpContentduplicate in interface io.netty.handler.codec.http.LastHttpContentpublic io.netty.handler.codec.http.FullHttpRequest retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderretainedDuplicate in interface io.netty.handler.codec.http.FullHttpMessageretainedDuplicate in interface io.netty.handler.codec.http.FullHttpRequestretainedDuplicate in interface io.netty.handler.codec.http.HttpContentretainedDuplicate in interface io.netty.handler.codec.http.LastHttpContentpublic io.netty.handler.codec.http.FullHttpRequest replace(io.netty.buffer.ByteBuf content)
replace in interface io.netty.buffer.ByteBufHolderreplace in interface io.netty.handler.codec.http.FullHttpMessagereplace in interface io.netty.handler.codec.http.FullHttpRequestreplace in interface io.netty.handler.codec.http.HttpContentreplace in interface io.netty.handler.codec.http.LastHttpContentpublic io.netty.handler.codec.http.FullHttpRequest retain(int increment)
retain in interface io.netty.buffer.ByteBufHolderretain in interface io.netty.handler.codec.http.FullHttpMessageretain in interface io.netty.handler.codec.http.FullHttpRequestretain in interface io.netty.handler.codec.http.HttpContentretain in interface io.netty.handler.codec.http.LastHttpContentretain in interface io.netty.util.ReferenceCountedpublic int refCnt()
refCnt in interface io.netty.util.ReferenceCountedpublic io.netty.handler.codec.http.FullHttpRequest retain()
retain in interface io.netty.buffer.ByteBufHolderretain in interface io.netty.handler.codec.http.FullHttpMessageretain in interface io.netty.handler.codec.http.FullHttpRequestretain in interface io.netty.handler.codec.http.HttpContentretain in interface io.netty.handler.codec.http.LastHttpContentretain in interface io.netty.util.ReferenceCountedpublic io.netty.handler.codec.http.FullHttpRequest touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface io.netty.handler.codec.http.FullHttpMessagetouch in interface io.netty.handler.codec.http.FullHttpRequesttouch in interface io.netty.handler.codec.http.HttpContenttouch in interface io.netty.handler.codec.http.LastHttpContenttouch in interface io.netty.util.ReferenceCountedpublic io.netty.handler.codec.http.FullHttpRequest touch(Object hint)
touch in interface io.netty.buffer.ByteBufHoldertouch in interface io.netty.handler.codec.http.FullHttpMessagetouch in interface io.netty.handler.codec.http.FullHttpRequesttouch in interface io.netty.handler.codec.http.HttpContenttouch in interface io.netty.handler.codec.http.LastHttpContenttouch in interface io.netty.util.ReferenceCountedpublic boolean release()
release in interface io.netty.util.ReferenceCountedpublic boolean release(int decrement)
release in interface io.netty.util.ReferenceCounted@Deprecated public io.netty.handler.codec.http.HttpVersion getProtocolVersion()
getProtocolVersion in interface io.netty.handler.codec.http.HttpMessagepublic io.netty.handler.codec.http.HttpVersion protocolVersion()
protocolVersion in interface io.netty.handler.codec.http.HttpMessagepublic io.netty.handler.codec.http.FullHttpRequest setProtocolVersion(io.netty.handler.codec.http.HttpVersion version)
setProtocolVersion in interface io.netty.handler.codec.http.FullHttpRequestsetProtocolVersion in interface io.netty.handler.codec.http.HttpMessagesetProtocolVersion in interface io.netty.handler.codec.http.HttpRequestpublic io.netty.handler.codec.http.HttpHeaders headers()
headers in interface io.netty.handler.codec.http.HttpMessage@Deprecated public io.netty.handler.codec.http.HttpMethod getMethod()
getMethod in interface io.netty.handler.codec.http.HttpRequestpublic io.netty.handler.codec.http.HttpMethod method()
method in interface io.netty.handler.codec.http.HttpRequestpublic io.netty.handler.codec.http.FullHttpRequest setMethod(io.netty.handler.codec.http.HttpMethod method)
setMethod in interface io.netty.handler.codec.http.FullHttpRequestsetMethod in interface io.netty.handler.codec.http.HttpRequest@Deprecated public String getUri()
getUri in interface io.netty.handler.codec.http.HttpRequestpublic String uri()
uri in interface io.netty.handler.codec.http.HttpRequestpublic io.netty.handler.codec.http.FullHttpRequest setUri(String uri)
setUri in interface io.netty.handler.codec.http.FullHttpRequestsetUri in interface io.netty.handler.codec.http.HttpRequest@Deprecated public io.netty.handler.codec.DecoderResult getDecoderResult()
getDecoderResult in interface io.netty.handler.codec.http.HttpObjectpublic io.netty.handler.codec.DecoderResult decoderResult()
decoderResult in interface io.netty.handler.codec.DecoderResultProviderpublic void setDecoderResult(io.netty.handler.codec.DecoderResult result)
setDecoderResult in interface io.netty.handler.codec.DecoderResultProviderpublic void clear()
clear in interface _RepeaterPlusRequest<_RepeaterNettyRequest>Copyright © 2018. All rights reserved.