Skip to content

Commit

Permalink
Regen code
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Jan 16, 2018
1 parent ee87085 commit 8e327b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
12 changes: 0 additions & 12 deletions src/main/asciidoc/dataobjects.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1243,10 +1243,6 @@ Set the websocket subprotocols supported by the server.
[frame="topbot"]
|===
^|Name | Type ^| Description
|[[alpnAvailable]]`alpnAvailable`|`Boolean`|
+++

+++
|===

[[JksOptions]]
Expand Down Expand Up @@ -1726,14 +1722,6 @@ Set whether the file is to be opened for writing
[frame="topbot"]
|===
^|Name | Type ^| Description
|[[alpnAvailable]]`alpnAvailable`|`Boolean`|
+++

+++
|[[available]]`available`|`Boolean`|
+++

+++
|[[sessionCacheEnabled]]`sessionCacheEnabled`|`Boolean`|
+++
Set whether session cache is enabled in open SSL session server context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ static void fromJson(JsonObject json, OpenSSLEngineOptions obj) {
}

static void toJson(OpenSSLEngineOptions obj, JsonObject json) {
json.put("alpnAvailable", obj.isAlpnAvailable());
json.put("available", obj.isAvailable());
json.put("sessionCacheEnabled", obj.isSessionCacheEnabled());
}
}

0 comments on commit 8e327b9

Please sign in to comment.