Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Method | Description |
---|---|---|
SocketProperties |
AS400.getSocketProperties() |
Returns a copy of the socket options object.
|
SocketProperties |
AS400ConnectionPool.getSocketProperties() |
Returns a copy of the socket properties that this AS400ConnectionPool specifies when it creates new AS400 objects, for example in fill(), getConnection(), or getSecureConnection().
|
Modifier and Type | Method | Description |
---|---|---|
void |
AS400.setSocketProperties(SocketProperties socketProperties) |
Sets the socket options the IBM Toolbox for Java will set on its client side sockets.
|
void |
AS400ConnectionPool.setSocketProperties(SocketProperties properties) |
Sets the socket properties that this AS400ConnectionPool specifies when it creates new AS400 objects, for example in fill(), getConnection(), or getSecureConnection().
|
void |
AS400ImplRemote.setState(com.ibm.as400.access.SSLOptions useSSLConnection,
boolean canUseNativeOptimization,
boolean threadUsed,
int ccsid,
String nlv,
SocketProperties socketProperties,
String ddmRDB,
boolean mustUseNetSockets,
boolean mustUseSuppliedProfile,
boolean mustAddLanguageLibrary) |
Copyright © 2024. All rights reserved.