public abstract class UrlMessage extends ConstraintMap<String>
| 构造器和说明 |
|---|
UrlMessage() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
decode() |
void |
encode() |
io.netty.channel.Channel |
getChannel() |
HashMap<String,byte[]> |
getFiles() |
abstract QueryMethod |
getMethod() |
abstract String |
getUrl() |
boolean |
isKeepAlive() |
void |
setChannel(io.netty.channel.Channel channel) |
void |
setKeepAlive(boolean keepAlive) |
clear, containsKey, containsValue, empty, foreach, from, fromJSON, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getObj, getShort, getString, isEmpty, just, keys, putAll, putAll, putBoolean, putByte, putChar, putDouble, putFloat, putInt, putLong, putObj, putShort, putString, remove, remove, size, toJSON, toJSONWithClassInfo, valuespublic abstract String getUrl()
public abstract QueryMethod getMethod()
public io.netty.channel.Channel getChannel()
public void setChannel(io.netty.channel.Channel channel)
public boolean isKeepAlive()
public void setKeepAlive(boolean keepAlive)
Copyright © 2017. All rights reserved.