Package org.jboss.modcluster.mcmp
Interface MCMPURLEncoder
public interface MCMPURLEncoder
Allow to use TC and JBoss url converter.
- Author:
- Jean-Frederic Clere
-
Method Summary
Modifier and TypeMethodDescriptionvoidencodeParameter(String key, String value, boolean hasNext) Add parameter to the bufferchar[]buffer of the encoded dataintlength of the encoded data
-
Method Details
-
encodeParameter
Add parameter to the buffer- Throws:
IOException
-
getBuffer
char[] getBuffer()buffer of the encoded data -
getLength
int getLength()length of the encoded data
-