Class ProxyBySocket

java.lang.Object
sk.iway.iwcm.components.proxy.ProxyBySocket

public class ProxyBySocket extends Object
ProxyBySocket.java - proxy pomocou priameho soketoveho spojenia (nemodifikuje request)
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected static boolean
    isLWS(char c)
    Should identify RFC2616 LWS
    static void
    service(ProxyBean proxy, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse response)
    Vykona proxy podla aktualneho URL

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProxyBySocket

      protected ProxyBySocket()
  • Method Details

    • service

      public static void service(ProxyBean proxy, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
      Vykona proxy podla aktualneho URL
      Parameters:
      req -
      response -
      Throws:
      javax.servlet.ServletException
      IOException
    • isLWS

      protected static boolean isLWS(char c)
      Should identify RFC2616 LWS