All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.alantea.socks.keyed.parsers.SocketParser Maven / Gradle / Ivy

The newest version!
package net.alantea.socks.keyed.parsers;

import net.alantea.socks.message.Message;

// TODO: Auto-generated Javadoc
/**
 * The Interface SocketParser.
 */
public interface SocketParser
{
   
   /**
    * Analyse.
    *
    * @param key the key
    * @param content the content
    * @return the socket message
    */
   public Message analyse(String key, String content);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy