Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Titanium-Web-Proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Titanium-Web-Proxy
Commits
5df93992
Commit
5df93992
authored
May 14, 2018
by
justcoding121
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/justcoding121/Titanium-Web-Proxy
parents
eada7602
7d52d5e0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
7 deletions
+14
-7
Titanium.Web.Proxy.ProxyServer.html
docs/api/Titanium.Web.Proxy.ProxyServer.html
+13
-6
index.json
docs/index.json
+1
-1
No files found.
docs/api/Titanium.Web.Proxy.ProxyServer.html
View file @
5df93992
...
@@ -260,7 +260,9 @@ Should return true for successful authentication.</p>
...
@@ -260,7 +260,9 @@ Should return true for successful authentication.</p>
<a
id=
"Titanium_Web_Proxy_ProxyServer_BufferPool_"
data-uid=
"Titanium.Web.Proxy.ProxyServer.BufferPool*"
></a>
<a
id=
"Titanium_Web_Proxy_ProxyServer_BufferPool_"
data-uid=
"Titanium.Web.Proxy.ProxyServer.BufferPool*"
></a>
<h4
id=
"Titanium_Web_Proxy_ProxyServer_BufferPool"
data-uid=
"Titanium.Web.Proxy.ProxyServer.BufferPool"
>
BufferPool
</h4>
<h4
id=
"Titanium_Web_Proxy_ProxyServer_BufferPool"
data-uid=
"Titanium.Web.Proxy.ProxyServer.BufferPool"
>
BufferPool
</h4>
<div
class=
"markdown level1 summary"
><p>
The buffer pool used throughout this proxy instance.
</p>
<div
class=
"markdown level1 summary"
><p>
The buffer pool used throughout this proxy instance.
Set custom implementations by implementing this interface.
By default this uses DefaultBufferPool implementation available in StreamExtended library package.
</p>
</div>
</div>
<div
class=
"markdown level1 conceptual"
></div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<h5
class=
"decalaration"
>
Declaration
</h5>
...
@@ -286,7 +288,8 @@ Should return true for successful authentication.</p>
...
@@ -286,7 +288,8 @@ Should return true for successful authentication.</p>
<a
id=
"Titanium_Web_Proxy_ProxyServer_BufferSize_"
data-uid=
"Titanium.Web.Proxy.ProxyServer.BufferSize*"
></a>
<a
id=
"Titanium_Web_Proxy_ProxyServer_BufferSize_"
data-uid=
"Titanium.Web.Proxy.ProxyServer.BufferSize*"
></a>
<h4
id=
"Titanium_Web_Proxy_ProxyServer_BufferSize"
data-uid=
"Titanium.Web.Proxy.ProxyServer.BufferSize"
>
BufferSize
</h4>
<h4
id=
"Titanium_Web_Proxy_ProxyServer_BufferSize"
data-uid=
"Titanium.Web.Proxy.ProxyServer.BufferSize"
>
BufferSize
</h4>
<div
class=
"markdown level1 summary"
><p>
Buffer size used throughout this proxy.
</p>
<div
class=
"markdown level1 summary"
><p>
Buffer size in bytes used throughout this proxy.
Default value is 8192 bytes.
</p>
</div>
</div>
<div
class=
"markdown level1 conceptual"
></div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<h5
class=
"decalaration"
>
Declaration
</h5>
...
@@ -391,7 +394,9 @@ Note: If enabled can reduce performance. Defaults to false.</p>
...
@@ -391,7 +394,9 @@ Note: If enabled can reduce performance. Defaults to false.</p>
<a
id=
"Titanium_Web_Proxy_ProxyServer_ConnectionTimeOutSeconds_"
data-uid=
"Titanium.Web.Proxy.ProxyServer.ConnectionTimeOutSeconds*"
></a>
<a
id=
"Titanium_Web_Proxy_ProxyServer_ConnectionTimeOutSeconds_"
data-uid=
"Titanium.Web.Proxy.ProxyServer.ConnectionTimeOutSeconds*"
></a>
<h4
id=
"Titanium_Web_Proxy_ProxyServer_ConnectionTimeOutSeconds"
data-uid=
"Titanium.Web.Proxy.ProxyServer.ConnectionTimeOutSeconds"
>
ConnectionTimeOutSeconds
</h4>
<h4
id=
"Titanium_Web_Proxy_ProxyServer_ConnectionTimeOutSeconds"
data-uid=
"Titanium.Web.Proxy.ProxyServer.ConnectionTimeOutSeconds"
>
ConnectionTimeOutSeconds
</h4>
<div
class=
"markdown level1 summary"
><p>
Seconds client/server connection are to be kept alive when waiting for read/write to complete.
</p>
<div
class=
"markdown level1 summary"
><p>
Seconds client/server connection are to be kept alive when waiting for read/write to complete.
This will also determine the pool eviction time when connection pool is enabled.
Default value is 60 seconds.
</p>
</div>
</div>
<div
class=
"markdown level1 conceptual"
></div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<h5
class=
"decalaration"
>
Declaration
</h5>
...
@@ -475,7 +480,8 @@ Defaults to true.</p>
...
@@ -475,7 +480,8 @@ Defaults to true.</p>
<div
class=
"markdown level1 summary"
><p>
Enable disable Windows Authentication (NTLM/Kerberos).
<div
class=
"markdown level1 summary"
><p>
Enable disable Windows Authentication (NTLM/Kerberos).
Note: NTLM/Kerberos will always send local credentials of current user
Note: NTLM/Kerberos will always send local credentials of current user
running the proxy process. This is because a man
running the proxy process. This is because a man
in middle attack with Windows domain authentication is not currently supported.
</p>
in middle attack with Windows domain authentication is not currently supported.
Defaults to false.
</p>
</div>
</div>
<div
class=
"markdown level1 conceptual"
></div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<h5
class=
"decalaration"
>
Declaration
</h5>
...
@@ -527,7 +533,8 @@ in middle attack with Windows domain authentication is not currently supported.<
...
@@ -527,7 +533,8 @@ in middle attack with Windows domain authentication is not currently supported.<
<a
id=
"Titanium_Web_Proxy_ProxyServer_ForwardToUpstreamGateway_"
data-uid=
"Titanium.Web.Proxy.ProxyServer.ForwardToUpstreamGateway*"
></a>
<a
id=
"Titanium_Web_Proxy_ProxyServer_ForwardToUpstreamGateway_"
data-uid=
"Titanium.Web.Proxy.ProxyServer.ForwardToUpstreamGateway*"
></a>
<h4
id=
"Titanium_Web_Proxy_ProxyServer_ForwardToUpstreamGateway"
data-uid=
"Titanium.Web.Proxy.ProxyServer.ForwardToUpstreamGateway"
>
ForwardToUpstreamGateway
</h4>
<h4
id=
"Titanium_Web_Proxy_ProxyServer_ForwardToUpstreamGateway"
data-uid=
"Titanium.Web.Proxy.ProxyServer.ForwardToUpstreamGateway"
>
ForwardToUpstreamGateway
</h4>
<div
class=
"markdown level1 summary"
><p>
Gets or sets a value indicating whether requests will be chained to upstream gateway.
</p>
<div
class=
"markdown level1 summary"
><p>
Gets or sets a value indicating whether requests will be chained to upstream gateway.
Defaults to false.
</p>
</div>
</div>
<div
class=
"markdown level1 conceptual"
></div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<h5
class=
"decalaration"
>
Declaration
</h5>
...
@@ -582,7 +589,7 @@ User should return the ExternalProxy object with valid credentials.</p>
...
@@ -582,7 +589,7 @@ User should return the ExternalProxy object with valid credentials.</p>
<h4
id=
"Titanium_Web_Proxy_ProxyServer_MaxCachedConnections"
data-uid=
"Titanium.Web.Proxy.ProxyServer.MaxCachedConnections"
>
MaxCachedConnections
</h4>
<h4
id=
"Titanium_Web_Proxy_ProxyServer_MaxCachedConnections"
data-uid=
"Titanium.Web.Proxy.ProxyServer.MaxCachedConnections"
>
MaxCachedConnections
</h4>
<div
class=
"markdown level1 summary"
><p>
Maximum number of concurrent connections per remote host in cache.
<div
class=
"markdown level1 summary"
><p>
Maximum number of concurrent connections per remote host in cache.
Only valid when connection pooling is enabled.
Only valid when connection pooling is enabled.
Default value is
3
.
</p>
Default value is
2
.
</p>
</div>
</div>
<div
class=
"markdown level1 conceptual"
></div>
<div
class=
"markdown level1 conceptual"
></div>
<h5
class=
"decalaration"
>
Declaration
</h5>
<h5
class=
"decalaration"
>
Declaration
</h5>
...
...
docs/index.json
View file @
5df93992
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment