Package de.marcusschiesser.dbpendler.server.bahnwrapper.handler

Examples of de.marcusschiesser.dbpendler.server.bahnwrapper.handler.SessionExtractionHandler


   * http://mobile.bahn.de/bin/mobil/query2.exe/dox
   */
 
  public HTTPSession loginAnonymous() throws IOException,
      UnsupportedEncodingException, SAXException {
    SessionExtractionHandler handler = new SessionExtractionHandler();

    String response = HTTPUtils.getMethod(loginAnonymousURL);
    InputStream inputStream = HTTPUtils.stringToStream(response);

    reader.setContentHandler(handler);
View Full Code Here

TOP

Related Classes of de.marcusschiesser.dbpendler.server.bahnwrapper.handler.SessionExtractionHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.