|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting.transport.coyote.RequestMap
public class RequestMap
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Field Summary | |
---|---|
protected org.apache.coyote.Request |
coyoteRequest
Coyote request. |
protected InputBuffer |
inputBuffer
The associated input buffer. |
protected CoyoteInputStream |
inputStream
ServletInputStream. |
protected org.apache.tomcat.util.buf.B2CConverter |
URIConverter
URI byte to char converter (not recycled). |
Constructor Summary | |
---|---|
RequestMap()
|
Method Summary | |
---|---|
void |
clear()
|
boolean |
containsKey(java.lang.Object key)
|
boolean |
containsValue(java.lang.Object value)
|
java.util.Set |
entrySet()
|
java.lang.Object |
get(java.lang.Object key)
|
org.apache.coyote.Request |
getCoyoteRequest()
Get the Coyote request. |
java.io.InputStream |
getInputStream()
Get the input stream. |
protected org.apache.tomcat.util.buf.B2CConverter |
getURIConverter()
Return the URI converter. |
boolean |
isEmpty()
|
java.util.Set |
keySet()
|
java.lang.Object |
put(java.lang.Object arg0,
java.lang.Object arg1)
|
void |
putAll(java.util.Map arg0)
|
void |
recycle()
|
java.lang.Object |
remove(java.lang.Object key)
|
void |
setCoyoteRequest(org.apache.coyote.Request coyoteRequest)
Set the Coyote request. |
protected void |
setURIConverter(org.apache.tomcat.util.buf.B2CConverter URIConverter)
Set the URI converter. |
int |
size()
|
java.util.Collection |
values()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Field Detail |
---|
protected InputBuffer inputBuffer
protected CoyoteInputStream inputStream
protected org.apache.coyote.Request coyoteRequest
protected org.apache.tomcat.util.buf.B2CConverter URIConverter
Constructor Detail |
---|
public RequestMap()
Method Detail |
---|
public void setCoyoteRequest(org.apache.coyote.Request coyoteRequest)
coyoteRequest
- The Coyote requestpublic org.apache.coyote.Request getCoyoteRequest()
public java.io.InputStream getInputStream()
protected org.apache.tomcat.util.buf.B2CConverter getURIConverter()
protected void setURIConverter(org.apache.tomcat.util.buf.B2CConverter URIConverter)
URIConverter
- the new URI connverterpublic void recycle()
public int size()
size
in interface java.util.Map
public boolean isEmpty()
isEmpty
in interface java.util.Map
public boolean containsKey(java.lang.Object key)
containsKey
in interface java.util.Map
public boolean containsValue(java.lang.Object value)
containsValue
in interface java.util.Map
public java.lang.Object get(java.lang.Object key)
get
in interface java.util.Map
public java.lang.Object put(java.lang.Object arg0, java.lang.Object arg1)
put
in interface java.util.Map
public java.lang.Object remove(java.lang.Object key)
remove
in interface java.util.Map
public void putAll(java.util.Map arg0)
putAll
in interface java.util.Map
public void clear()
clear
in interface java.util.Map
public java.util.Set keySet()
keySet
in interface java.util.Map
public java.util.Collection values()
values
in interface java.util.Map
public java.util.Set entrySet()
entrySet
in interface java.util.Map
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |