public interface TransportI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
void |
aboutToListen()
Sets this TransportI to a listening mode, which will not send any keep-alives nor enforce timeouts.
|
void |
aboutToSend()
Sets this TransportI to a sending mode, which will send keep-alives and enforce timeouts.
|
void |
authenticated(boolean b,
int pid)
Sets the authenticated-state and the pid for this TransportI (after login).
|
boolean |
canReconnect()
Returns true, if this TransportI can reconnect.
|
void |
close()
Closes this TransportI, possibly raising an IO-Exception that may have been signalled during closing.
|
void |
closeLater() |
void |
closeNT()
Closes this TransportI silently.
|
CryptoHandlerI |
getCryptoHandler()
Retrieves a
CryptoHandlerI object from the
BackendProtocolServer . |
java.lang.String |
getGateway(java.lang.String claddr,
java.lang.String clport)
Returns a String representation of the gateway of this TransportI (if any).
|
SecureObjectInputI |
getIn()
Exposes the underlying SecureObjectInputI.
|
int |
getKeepAliveInterval()
Returns the current keep-alive interval of the underlying output or -1 if no keep-alive is possible or active there.
|
java.lang.String |
getLocalHostAddress()
Returns the host address for the local part of the connection.
|
java.lang.String |
getLocalPort()
Returns the port for the local part of the connection.
|
java.lang.String |
getName()
Returns an identifier for this TransportI.
|
SecureObjectOutputI |
getOut()
Exposes the underlying SecureObjectOutputI.
|
int |
getPid()
Returns the pid that was assigned by the server-side.
|
java.lang.String |
getServerEndpoint()
Returns a String representation of the server-endpoint of this TransportI.
|
java.lang.String |
getSubVersion()
Returns the protocol subversion, namely the additional parameters for the connection.
|
int |
getTimeout()
Returns the current connection-timeout or -1 if a TransportException occurred while getting that value.
|
void |
initServerSide(BackendCommandHandlerI commandHandler,
BOLoaderI loader)
Initializes the protocol and the TransportI and creates input and output.
|
boolean |
isAuthenticated()
Returns true, if this TransportI is already associated with a session on the server.
|
boolean |
isClosed()
Returns true, if the underlying means of connection is closed, false otherwise.
|
boolean |
isLocalConnection()
Returns true if the connection comes and goes to the same interface
|
boolean |
isLoggedIn()
Returns true if the connection this TransportI is used in is in a logged-in state.
|
boolean |
isTotallyReliable()
Returns true if the connection doesn't need any keep-alive tests or similar monitoring
|
void |
readMagic()
Tries to read the defined protocol-magic from the input.
|
void |
readMagic(boolean updateLastUsed)
Tries to read the defined protocol-magic from the input.
|
void |
reset()
Resets the underlying output.
|
int |
setTimeout(int t)
Sets the timeout of the underlying transport to the specified amount,
but at least to 1000ms.
|
int |
testConnection()
Sends a test-command to the server and waits for the expected answer.
|
java.lang.String |
toString()
Returns a readable description of this TransportI.
|
static final java.lang.String $0
void reset() throws java.io.IOException
java.io.IOException
void close() throws java.io.IOException
java.io.IOException
void closeNT()
void initServerSide(BackendCommandHandlerI commandHandler, BOLoaderI loader) throws java.io.IOException, TransportException, IncompatibleProtocolException
java.io.IOException
TransportException
IncompatibleProtocolException
java.lang.String getName()
java.lang.String getServerEndpoint()
java.lang.String getGateway(java.lang.String claddr, java.lang.String clport)
boolean isTotallyReliable()
boolean isLocalConnection()
boolean isClosed()
void closeLater()
boolean isAuthenticated()
boolean isLoggedIn()
boolean canReconnect()
SecureObjectInputI getIn()
SecureObjectOutputI getOut()
int getPid()
java.lang.String toString()
toString
in class java.lang.Object
int getTimeout()
int getKeepAliveInterval()
void aboutToListen() throws TransportException
TransportException
void aboutToSend() throws TransportException
TransportException
int setTimeout(int t) throws TransportException
t
- an int specifying the new timeout for this TransportI in milliseconds,
0 means no timeoutTransportException
java.lang.String getSubVersion()
java.lang.String getLocalHostAddress()
java.lang.String getLocalPort()
void readMagic() throws java.io.IOException
de.ipcon.db.ServerConnectionException
if a timeout
occurred.java.io.IOException
void readMagic(boolean updateLastUsed) throws java.io.IOException
de.ipcon.db.ServerConnectionException
if a timeout
occurred.updateLastUsed
- a boolean defining if the last-used-timestamp
shall be updated upon reading the protocol-magicjava.io.IOException
void authenticated(boolean b, int pid)
CryptoHandlerI getCryptoHandler() throws ServerConnectionException
CryptoHandlerI
object from the
BackendProtocolServer
.
Does not read a protocol-magic afterwards!
May signal a de.ipcon.db.FatalServerConnectionException
if anything else than a
CryptoHandlerI
was received from the server.
In case of errors the transport is closed.ServerConnectionException
int testConnection() throws ServerConnectionException
ServerConnectionException
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.