public class StartTlsResponseImpl extends org.apache.directory.api.ldap.model.message.AbstractExtendedResponse implements StartTlsResponse
responseNameldapResultEXTENSION_OID| Constructor and Description |
|---|
StartTlsResponseImpl()
Instantiates a new StartTls response.
|
StartTlsResponseImpl(int messageId)
Instantiates a new StartTls response.
|
StartTlsResponseImpl(int messageId,
org.apache.directory.api.ldap.model.message.ResultCodeEnum rcode)
Create a new instance for the StartTls response
|
StartTlsResponseImpl(int messageId,
org.apache.directory.api.ldap.model.message.ResultCodeEnum rcode,
String diagnosticMessage)
Create a new instance for the StartTls response
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
equals, getResponseName, hashCode, setResponseNamegetLdapResultaddAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetResponseName, setResponseNamepublic StartTlsResponseImpl(int messageId,
org.apache.directory.api.ldap.model.message.ResultCodeEnum rcode,
String diagnosticMessage)
messageId - The Message IDrcode - The result codediagnosticMessage - The diagnostic messagepublic StartTlsResponseImpl(int messageId,
org.apache.directory.api.ldap.model.message.ResultCodeEnum rcode)
messageId - The Message IDrcode - The result codepublic StartTlsResponseImpl(int messageId)
messageId - the message idpublic StartTlsResponseImpl()
public String toString()
toString in class org.apache.directory.api.ldap.model.message.AbstractExtendedResponseObject.toString()Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.