|
EPP 0.2.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neulevel.epp.transport.EppMessageUtil
This EppSessionUtil
class contains some utility methods for
handling message exchanges between an EPP Server and an EPP Client.
Constructor Summary | |
EppMessageUtil()
|
Method Summary | |
static java.lang.String |
getEppPayload(java.io.InputStream in)
Gets the EPP message payload from an input stream |
static int |
getTimeout()
Gets the timeout values in seconds. |
static java.lang.String |
send(java.net.Socket socket,
java.lang.String str)
Sends a string over a socket and reads a string back from the socket |
static void |
setTimeout(int seconds)
Sets the timeout values in seconds. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EppMessageUtil()
Method Detail |
public static void setTimeout(int seconds)
public static int getTimeout()
public static java.lang.String send(java.net.Socket socket, java.lang.String str) throws java.io.IOException
socket
- the socket used for sending the stringstr
- the string to be sent over the socket
java.io.IOException
public static java.lang.String getEppPayload(java.io.InputStream in) throws java.io.IOException
in
- the InputStream
object from which the EPP
message payload is retrieved
java.io.IOException
|
EPP 0.2.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |