Package org.kapott.hbci.comm
Class CommStandard
java.lang.Object
org.kapott.hbci.comm.Comm
org.kapott.hbci.comm.CommStandard
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) InputStream
invalid input: '<' @internal @brief The outputstream to write HBCI-messages to.(package private) OutputStream
invalid input: '<' @internal @brief The socket for communicating with the server.(package private) Socket
-
Constructor Summary
ConstructorsConstructorDescriptionCommStandard
(HBCIPassportInternal parentPassport) invalid input: '<' @internal @brief The inputstream to read HBCI-messages from. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
private int
protected void
protected StringBuffer
Methods inherited from class org.kapott.hbci.comm.Comm
close, getInstance, getParentPassport, pingpong
-
Field Details
-
s
Socket s -
o
invalid input: '<' @internal @brief The socket for communicating with the server. -
i
invalid input: '<' @internal @brief The outputstream to write HBCI-messages to.
-
-
Constructor Details
-
CommStandard
invalid input: '<' @internal @brief The inputstream to read HBCI-messages from.
-
-
Method Details