mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 06:55:53 +00:00
+ @WebSocket annotation's policy configuraiton is now optional + WebSocketPolicy.clonePolicy() fixed for other fields + WebSocketEventDriver now has internal WebSocket POJO specific logger to allow for logging control of the WebSocket POJO itself in case of runtime exceptions. + WebSocketEventDriver now honors bufferSize correctly. + DataFrameBytes always requests windowSize from generator, allowing generator to determine ultimate byteBuffer utilization itself. + MessageInputStream / MessageReader now clears the starting buffer + Generator now honors windowSize correctly (even if buffer obtained from ByteBufferPool.acquire() is much larger + Parser now demasks the payload after a successful parse of the framing + Various testing cleanup to produce less noisy output during testing.
21 lines
1.3 KiB
XML
21 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
|
|
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
|
<listEntry value="/websocket-server/src/test/java/org/eclipse/jetty/websocket/server/AllTests.java"/>
|
|
</listAttribute>
|
|
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
|
|
<listEntry value="1"/>
|
|
</listAttribute>
|
|
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
|
|
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
|
|
</listAttribute>
|
|
<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value=""/>
|
|
<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
|
|
<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
|
|
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
|
|
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
|
|
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.jetty.websocket.server.AllTests"/>
|
|
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="websocket-server"/>
|
|
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
|
|
</launchConfiguration>
|