Package org.jboss.modcluster.mcmp
Interface MCMPURLEncoder
-
public interface MCMPURLEncoderAllow to use TC and JBoss url converter.- Author:
- Jean-Frederic Clere
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidencodeParameter(String key, String value, boolean hasNext)Add parameter to the bufferchar[]getBuffer()buffer of the encoded dataintgetLength()length of the encoded data
-
-
-
Method Detail
-
encodeParameter
void encodeParameter(String key, String value, boolean hasNext) throws IOException
Add parameter to the buffer- Throws:
IOException
-
getBuffer
char[] getBuffer()
buffer of the encoded data
-
getLength
int getLength()
length of the encoded data
-
-