Class AbstractSimpleServer.BannerExchange

    • Constructor Summary

      Constructors 
      Constructor Description
      BannerExchange​(java.lang.String banner)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean processRequest​(java.io.BufferedReader in)  
      boolean sendReply​(java.io.OutputStream out)  
      • Methods inherited from class java.lang.Object

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

      • BannerExchange

        public BannerExchange​(java.lang.String banner)