|
Move Method protected computeCharset(charset Charset) : Charset from class org.asynchttpclient.ResponseBase to private computeCharset(charset Charset) : Charset from class org.asynchttpclient.netty.NettyResponse |
From |
To |
|
Move Method public hasResponseStatus() : boolean from class org.asynchttpclient.ResponseBase to public hasResponseStatus() : boolean from class org.asynchttpclient.netty.NettyResponse |
From |
To |
|
Move Method public getUri() : Uri from class org.asynchttpclient.ResponseBase to public getUri() : Uri from class org.asynchttpclient.netty.NettyResponse |
From |
To |
|
Move Method public getStatusText() : String from class org.asynchttpclient.ResponseBase to public getStatusText() : String from class org.asynchttpclient.netty.NettyResponse |
From |
To |
|
Move Method public getHeaders() : HttpHeaders from class org.asynchttpclient.ResponseBase to public getHeaders() : HttpHeaders from class org.asynchttpclient.netty.NettyResponse |
From |
To |
|
Move Method public getRemoteAddress() : SocketAddress from class org.asynchttpclient.ResponseBase to public getRemoteAddress() : SocketAddress from class org.asynchttpclient.netty.NettyResponse |
From |
To |
|
Move Method public toString() : String from class org.asynchttpclient.ResponseBase to public toString() : String from class org.asynchttpclient.netty.NettyResponse |
From |
To |
|
Move Method public hasResponseHeaders() : boolean from class org.asynchttpclient.ResponseBase to public hasResponseHeaders() : boolean from class org.asynchttpclient.netty.NettyResponse |
From |
To |
|
Move Method public isRedirected() : boolean from class org.asynchttpclient.ResponseBase to public isRedirected() : boolean from class org.asynchttpclient.netty.NettyResponse |
From |
To |
|
Move Method public getHeaders(name String) : List<String> from class org.asynchttpclient.ResponseBase to public getHeaders(name String) : List<String> from class org.asynchttpclient.netty.NettyResponse |
From |
To |
|
Move Method public getLocalAddress() : SocketAddress from class org.asynchttpclient.ResponseBase to public getLocalAddress() : SocketAddress from class org.asynchttpclient.netty.NettyResponse |
From |
To |
|
Move Method public getContentType() : String from class org.asynchttpclient.ResponseBase to public getContentType() : String from class org.asynchttpclient.netty.NettyResponse |
From |
To |
|
Move Method public getHeader(name String) : String from class org.asynchttpclient.ResponseBase to public getHeader(name String) : String from class org.asynchttpclient.netty.NettyResponse |
From |
To |
|
Move Method public hasResponseBody() : boolean from class org.asynchttpclient.ResponseBase to public hasResponseBody() : boolean from class org.asynchttpclient.netty.NettyResponse |
From |
To |
|
Move Method public getCookies() : List<Cookie> from class org.asynchttpclient.ResponseBase to public getCookies() : List<Cookie> from class org.asynchttpclient.netty.NettyResponse |
From |
To |
|
Move Method public getStatusCode() : int from class org.asynchttpclient.ResponseBase to public getStatusCode() : int from class org.asynchttpclient.netty.NettyResponse |
From |
To |