Class AbstractSimpleServer.BannerExchange
- java.lang.Object
-
- org.opennms.netmgt.provision.server.AbstractSimpleServer.BannerExchange
-
- All Implemented Interfaces:
AbstractSimpleServer.Exchange
- Enclosing class:
- AbstractSimpleServer
public static class AbstractSimpleServer.BannerExchange extends java.lang.Object implements AbstractSimpleServer.Exchange
-
-
Constructor Summary
Constructors Constructor Description BannerExchange(java.lang.String banner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanprocessRequest(java.io.BufferedReader in)booleansendReply(java.io.OutputStream out)
-
-
-
Method Detail
-
processRequest
public boolean processRequest(java.io.BufferedReader in) throws java.io.IOException- Specified by:
processRequestin interfaceAbstractSimpleServer.Exchange- Throws:
java.io.IOException
-
sendReply
public boolean sendReply(java.io.OutputStream out) throws java.io.IOException- Specified by:
sendReplyin interfaceAbstractSimpleServer.Exchange- Throws:
java.io.IOException
-
-