Interface MCMPURLEncoder


public interface MCMPURLEncoder
Allow to use TC and JBoss url converter.
Author:
Jean-Frederic Clere
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    encodeParameter(String key, String value, boolean hasNext)
    Add parameter to the buffer
    char[]
    buffer of the encoded data
    int
    length of the encoded data
  • Method Details

    • 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